#07902a
a dark, electric green · cool · closest name: forestgreen
RGB
7, 144, 42
HSL
135°, 91%, 30%
CMYK
95, 0, 71, 44
Luminance
0.2016
Every format
| HEX | #07902a |
| RGB | rgb(7, 144, 42) |
| HSL | hsl(135, 91%, 30%) |
| CMYK | cmyk(95%, 0%, 71%, 44%) |
| LAB | lab(52.0 -53.4 43.2) |
| LCH | lch(52.0 68.7 141.0) |
| OKLCH | oklch(0.569 0.175 145.4) |
Copy-ready code
/* CSS */
color: #07902a;
background-color: #07902a;
/* Tailwind (arbitrary) */
class="text-[#07902a] bg-[#07902a]"
/* SCSS */
$brand: #07902a;
/* SwiftUI */
Color(red: 0.027, green: 0.565, blue: 0.165)
/* Android */
Color.parseColor("#07902a")Accessibility — WCAG contrast
Aa
#07902a on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#07902a on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green56.5%
Blue16.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow70.8%
Key (black)43.5%
Color previews
#07902a text on a black background
contrast 5.03:1
Card sample
#07902a text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07902a;
Background color
Panel with #07902a background
background-color: #07902a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07902a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 144, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 144, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07902a; background: linear-gradient(135deg, #07902a, #079085);