#00441c
a deep, electric green · cool · closest name: seagreen
RGB
0, 68, 28
HSL
145°, 100%, 13%
CMYK
100, 0, 59, 73
Luminance
0.0422
Every format
| HEX | #00441c |
| RGB | rgb(0, 68, 28) |
| HSL | hsl(145, 100%, 13%) |
| CMYK | cmyk(100%, 0%, 59%, 73%) |
| LAB | lab(24.4 -29.9 18.7) |
| LCH | lch(24.4 35.3 147.9) |
| OKLCH | oklch(0.338 0.092 150.5) |
Copy-ready code
/* CSS */
color: #00441c;
background-color: #00441c;
/* Tailwind (arbitrary) */
class="text-[#00441c] bg-[#00441c]"
/* SCSS */
$brand: #00441c;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.110)
/* Android */
Color.parseColor("#00441c")Accessibility — WCAG contrast
Aa
#00441c on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00441c on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue11.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow58.8%
Key (black)73.3%
Color previews
#00441c text on a black background
contrast 1.84:1
Card sample
#00441c text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00441c;
Background color
Panel with #00441c background
background-color: #00441c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00441c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00441c; background: linear-gradient(135deg, #00441c, #003F44);