#024f28
a deep, electric green · cool · closest name: seagreen
RGB
2, 79, 40
HSL
150°, 95%, 16%
CMYK
98, 0, 49, 69
Luminance
0.0576
Every format
| HEX | #024f28 |
| RGB | rgb(2, 79, 40) |
| HSL | hsl(150, 95%, 16%) |
| CMYK | cmyk(98%, 0%, 49%, 69%) |
| LAB | lab(28.8 -31.6 17.2) |
| LCH | lch(28.8 35.9 151.5) |
| OKLCH | oklch(0.376 0.095 153.5) |
Copy-ready code
/* CSS */
color: #024f28;
background-color: #024f28;
/* Tailwind (arbitrary) */
class="text-[#024f28] bg-[#024f28]"
/* SCSS */
$brand: #024f28;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.157)
/* Android */
Color.parseColor("#024f28")Accessibility — WCAG contrast
Aa
#024f28 on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f28 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue15.7%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow49.4%
Key (black)69.0%
Color previews
#024f28 text on a black background
contrast 2.15:1
Card sample
#024f28 text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f28;
Background color
Panel with #024f28 background
background-color: #024f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f28; background: linear-gradient(135deg, #024f28, #02434F);