#034012
a deep, electric green · cool · closest name: seagreen
RGB
3, 64, 18
HSL
135°, 91%, 13%
CMYK
95, 0, 72, 75
Luminance
0.0373
Every format
| HEX | #034012 |
| RGB | rgb(3, 64, 18) |
| HSL | hsl(135, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 72%, 75%) |
| LAB | lab(22.8 -29.5 22.5) |
| LCH | lch(22.8 37.1 142.7) |
| OKLCH | oklch(0.324 0.095 146.5) |
Copy-ready code
/* CSS */
color: #034012;
background-color: #034012;
/* Tailwind (arbitrary) */
class="text-[#034012] bg-[#034012]"
/* SCSS */
$brand: #034012;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.071)
/* Android */
Color.parseColor("#034012")Accessibility — WCAG contrast
Aa
#034012 on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034012 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue7.1%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow71.9%
Key (black)74.9%
Color previews
#034012 text on a black background
contrast 1.75:1
Card sample
#034012 text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034012;
Background color
Panel with #034012 background
background-color: #034012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034012; background: linear-gradient(135deg, #034012, #03403B);