#304400
a deep, electric green · cool · closest name: olivedrab
RGB
48, 68, 0
HSL
78°, 100%, 13%
CMYK
29, 0, 100, 73
Luminance
0.0476
Every format
| HEX | #304400 |
| RGB | rgb(48, 68, 0) |
| HSL | hsl(78, 100%, 13%) |
| CMYK | cmyk(29%, 0%, 100%, 73%) |
| LAB | lab(26.1 -18.4 34.2) |
| LCH | lch(26.1 38.9 118.2) |
| OKLCH | oklch(0.356 0.091 126.2) |
Copy-ready code
/* CSS */
color: #304400;
background-color: #304400;
/* Tailwind (arbitrary) */
class="text-[#304400] bg-[#304400]"
/* SCSS */
$brand: #304400;
/* SwiftUI */
Color(red: 0.188, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#304400")Accessibility — WCAG contrast
Aa
#304400 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#304400 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green26.7%
Blue0.0%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow100.0%
Key (black)73.3%
Color previews
#304400 text on a black background
contrast 1.95:1
Card sample
#304400 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #304400;
Background color
Panel with #304400 background
background-color: #304400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #304400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #304400; background: linear-gradient(135deg, #304400, #034400);