#02491f
a deep, electric green · cool · closest name: seagreen
RGB
2, 73, 31
HSL
145°, 95%, 15%
CMYK
97, 0, 58, 71
Luminance
0.0488
Every format
| HEX | #02491f |
| RGB | rgb(2, 73, 31) |
| HSL | hsl(145, 95%, 15%) |
| CMYK | cmyk(97%, 0%, 58%, 71%) |
| LAB | lab(26.4 -31.0 19.5) |
| LCH | lch(26.4 36.6 147.9) |
| OKLCH | oklch(0.355 0.095 150.4) |
Copy-ready code
/* CSS */
color: #02491f;
background-color: #02491f;
/* Tailwind (arbitrary) */
class="text-[#02491f] bg-[#02491f]"
/* SCSS */
$brand: #02491f;
/* SwiftUI */
Color(red: 0.008, green: 0.286, blue: 0.122)
/* Android */
Color.parseColor("#02491f")Accessibility — WCAG contrast
Aa
#02491f on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02491f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.6%
Blue12.2%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow57.5%
Key (black)71.4%
Color previews
#02491f text on a black background
contrast 1.98:1
Card sample
#02491f text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02491f;
Background color
Panel with #02491f background
background-color: #02491f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02491f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 73, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 73, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02491f; background: linear-gradient(135deg, #02491f, #024449);