#296708
a deep, electric green · cool · closest name: forestgreen
RGB
41, 103, 8
HSL
99°, 86%, 22%
CMYK
60, 0, 92, 60
Luminance
0.1019
Every format
| HEX | #296708 |
| RGB | rgb(41, 103, 8) |
| HSL | hsl(99, 86%, 22%) |
| CMYK | cmyk(60%, 0%, 92%, 60%) |
| LAB | lab(38.2 -36.6 41.6) |
| LCH | lch(38.2 55.4 131.3) |
| OKLCH | oklch(0.455 0.136 138.1) |
Copy-ready code
/* CSS */
color: #296708;
background-color: #296708;
/* Tailwind (arbitrary) */
class="text-[#296708] bg-[#296708]"
/* SCSS */
$brand: #296708;
/* SwiftUI */
Color(red: 0.161, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#296708")Accessibility — WCAG contrast
Aa
#296708 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296708 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green40.4%
Blue3.1%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow92.2%
Key (black)59.6%
Color previews
#296708 text on a black background
contrast 3.04:1
Card sample
#296708 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296708;
Background color
Panel with #296708 background
background-color: #296708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296708; background: linear-gradient(135deg, #296708, #086726);