#002000
a deep, electric green · cool · closest name: black
RGB
0, 32, 0
HSL
120°, 100%, 6%
CMYK
100, 0, 100, 88
Luminance
0.0103
Every format
| HEX | #002000 |
| RGB | rgb(0, 32, 0) |
| HSL | hsl(120, 100%, 6%) |
| CMYK | cmyk(100%, 0%, 100%, 88%) |
| LAB | lab(9.3 -18.8 13.5) |
| LCH | lch(9.3 23.1 144.3) |
| OKLCH | oklch(0.211 0.072 142.5) |
Copy-ready code
/* CSS */
color: #002000;
background-color: #002000;
/* Tailwind (arbitrary) */
class="text-[#002000] bg-[#002000]"
/* SCSS */
$brand: #002000;
/* SwiftUI */
Color(red: 0.000, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#002000")Accessibility — WCAG contrast
Aa
#002000 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002000 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.5%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)87.5%
Color previews
#002000 text on a black background
contrast 1.21:1
Card sample
#002000 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002000;
Background color
Panel with #002000 background
background-color: #002000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002000; background: linear-gradient(135deg, #002000, #002015);