#295200
a deep, electric green · cool · closest name: olivedrab
RGB
41, 82, 0
HSL
90°, 100%, 16%
CMYK
50, 0, 100, 68
Luminance
0.0651
Every format
| HEX | #295200 |
| RGB | rgb(41, 82, 0) |
| HSL | hsl(90, 100%, 16%) |
| CMYK | cmyk(50%, 0%, 100%, 68%) |
| LAB | lab(30.6 -28.2 37.9) |
| LCH | lch(30.6 47.2 126.6) |
| OKLCH | oklch(0.393 0.114 134.4) |
Copy-ready code
/* CSS */
color: #295200;
background-color: #295200;
/* Tailwind (arbitrary) */
class="text-[#295200] bg-[#295200]"
/* SCSS */
$brand: #295200;
/* SwiftUI */
Color(red: 0.161, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#295200")Accessibility — WCAG contrast
Aa
#295200 on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295200 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.2%
Blue0.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow100.0%
Key (black)67.8%
Color previews
#295200 text on a black background
contrast 2.30:1
Card sample
#295200 text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295200;
Background color
Panel with #295200 background
background-color: #295200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295200; background: linear-gradient(135deg, #295200, #00520E);