#005229
a deep, electric green · cool · closest name: seagreen
RGB
0, 82, 41
HSL
150°, 100%, 16%
CMYK
100, 0, 50, 68
Luminance
0.0619
Every format
| HEX | #005229 |
| RGB | rgb(0, 82, 41) |
| HSL | hsl(150, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 50%, 68%) |
| LAB | lab(29.9 -32.8 18.0) |
| LCH | lch(29.9 37.4 151.3) |
| OKLCH | oklch(0.385 0.098 153.3) |
Copy-ready code
/* CSS */
color: #005229;
background-color: #005229;
/* Tailwind (arbitrary) */
class="text-[#005229] bg-[#005229]"
/* SCSS */
$brand: #005229;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.161)
/* Android */
Color.parseColor("#005229")Accessibility — WCAG contrast
Aa
#005229 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005229 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow50.0%
Key (black)67.8%
Color previews
#005229 text on a black background
contrast 2.24:1
Card sample
#005229 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005229;
Background color
Panel with #005229 background
background-color: #005229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005229; background: linear-gradient(135deg, #005229, #004452);