#044200
a deep, electric green · cool · closest name: seagreen
RGB
4, 66, 0
HSL
116°, 100%, 13%
CMYK
94, 0, 100, 74
Luminance
0.0392
Every format
| HEX | #044200 |
| RGB | rgb(4, 66, 0) |
| HSL | hsl(116, 100%, 13%) |
| CMYK | cmyk(94%, 0%, 100%, 74%) |
| LAB | lab(23.4 -31.9 31.0) |
| LCH | lch(23.4 44.5 135.8) |
| OKLCH | oklch(0.329 0.110 141.8) |
Copy-ready code
/* CSS */
color: #044200;
background-color: #044200;
/* Tailwind (arbitrary) */
class="text-[#044200] bg-[#044200]"
/* SCSS */
$brand: #044200;
/* SwiftUI */
Color(red: 0.016, green: 0.259, blue: 0.000)
/* Android */
Color.parseColor("#044200")Accessibility — WCAG contrast
Aa
#044200 on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044200 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green25.9%
Blue0.0%
CMYK percentages
Cyan93.9%
Magenta0.0%
Yellow100.0%
Key (black)74.1%
Color previews
#044200 text on a black background
contrast 1.78:1
Card sample
#044200 text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044200;
Background color
Panel with #044200 background
background-color: #044200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 66, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 66, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044200; background: linear-gradient(135deg, #044200, #004228);