#00290a
a deep, electric green · cool · closest name: darkslategray
RGB
0, 41, 10
HSL
135°, 100%, 8%
CMYK
100, 0, 76, 84
Luminance
0.0161
Every format
| HEX | #00290a |
| RGB | rgb(0, 41, 10) |
| HSL | hsl(135, 100%, 8%) |
| CMYK | cmyk(100%, 0%, 76%, 84%) |
| LAB | lab(13.3 -22.5 15.0) |
| LCH | lch(13.3 27.0 146.3) |
| OKLCH | oklch(0.245 0.071 147.8) |
Copy-ready code
/* CSS */
color: #00290a;
background-color: #00290a;
/* Tailwind (arbitrary) */
class="text-[#00290a] bg-[#00290a]"
/* SCSS */
$brand: #00290a;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.039)
/* Android */
Color.parseColor("#00290a")Accessibility — WCAG contrast
Aa
#00290a on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00290a on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue3.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.6%
Key (black)83.9%
Color previews
#00290a text on a black background
contrast 1.32:1
Card sample
#00290a text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00290a;
Background color
Panel with #00290a background
background-color: #00290a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00290a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00290a; background: linear-gradient(135deg, #00290a, #002925);