#005012
a deep, electric green · cool · closest name: seagreen
RGB
0, 80, 18
HSL
134°, 100%, 16%
CMYK
100, 0, 78, 69
Luminance
0.0578
Every format
| HEX | #005012 |
| RGB | rgb(0, 80, 18) |
| HSL | hsl(134, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 78%, 69%) |
| LAB | lab(28.9 -35.7 29.1) |
| LCH | lch(28.9 46.0 140.9) |
| OKLCH | oklch(0.375 0.117 145.3) |
Copy-ready code
/* CSS */
color: #005012;
background-color: #005012;
/* Tailwind (arbitrary) */
class="text-[#005012] bg-[#005012]"
/* SCSS */
$brand: #005012;
/* SwiftUI */
Color(red: 0.000, green: 0.314, blue: 0.071)
/* Android */
Color.parseColor("#005012")Accessibility — WCAG contrast
Aa
#005012 on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005012 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green31.4%
Blue7.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow77.5%
Key (black)68.6%
Color previews
#005012 text on a black background
contrast 2.16:1
Card sample
#005012 text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005012;
Background color
Panel with #005012 background
background-color: #005012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 80, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 80, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005012; background: linear-gradient(135deg, #005012, #005047);