#295807
a deep, electric green · cool · closest name: olivedrab
RGB
41, 88, 7
HSL
95°, 85%, 19%
CMYK
53, 0, 92, 66
Luminance
0.0747
Every format
| HEX | #295807 |
| RGB | rgb(41, 88, 7) |
| HSL | hsl(95, 85%, 19%) |
| CMYK | cmyk(53%, 0%, 92%, 66%) |
| LAB | lab(32.8 -30.4 37.3) |
| LCH | lch(32.8 48.1 129.2) |
| OKLCH | oklch(0.411 0.118 136.2) |
Copy-ready code
/* CSS */
color: #295807;
background-color: #295807;
/* Tailwind (arbitrary) */
class="text-[#295807] bg-[#295807]"
/* SCSS */
$brand: #295807;
/* SwiftUI */
Color(red: 0.161, green: 0.345, blue: 0.027)
/* Android */
Color.parseColor("#295807")Accessibility — WCAG contrast
Aa
#295807 on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295807 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green34.5%
Blue2.7%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow92.0%
Key (black)65.5%
Color previews
#295807 text on a black background
contrast 2.49:1
Card sample
#295807 text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295807;
Background color
Panel with #295807 background
background-color: #295807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 88, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 88, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295807; background: linear-gradient(135deg, #295807, #07581B);