#296413
a deep, vivid green · cool · closest name: forestgreen
RGB
41, 100, 19
HSL
104°, 68%, 23%
CMYK
59, 0, 81, 61
Luminance
0.0963
Every format
| HEX | #296413 |
| RGB | rgb(41, 100, 19) |
| HSL | hsl(104, 68%, 23%) |
| CMYK | cmyk(59%, 0%, 81%, 61%) |
| LAB | lab(37.2 -34.8 37.4) |
| LCH | lch(37.2 51.0 132.9) |
| OKLCH | oklch(0.447 0.127 138.9) |
Copy-ready code
/* CSS */
color: #296413;
background-color: #296413;
/* Tailwind (arbitrary) */
class="text-[#296413] bg-[#296413]"
/* SCSS */
$brand: #296413;
/* SwiftUI */
Color(red: 0.161, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#296413")Accessibility — WCAG contrast
Aa
#296413 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#296413 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green39.2%
Blue7.5%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow81.0%
Key (black)60.8%
Color previews
#296413 text on a black background
contrast 2.93:1
Card sample
#296413 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296413;
Background color
Panel with #296413 background
background-color: #296413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296413; background: linear-gradient(135deg, #296413, #136433);