#2f6b16
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 107, 22
HSL
102°, 66%, 25%
CMYK
56, 0, 79, 58
Luminance
0.1118
Every format
| HEX | #2f6b16 |
| RGB | rgb(47, 107, 22) |
| HSL | hsl(102, 66%, 25%) |
| CMYK | cmyk(56%, 0%, 79%, 58%) |
| LAB | lab(39.9 -35.6 39.0) |
| LCH | lch(39.9 52.8 132.4) |
| OKLCH | oklch(0.470 0.132 138.4) |
Copy-ready code
/* CSS */
color: #2f6b16;
background-color: #2f6b16;
/* Tailwind (arbitrary) */
class="text-[#2f6b16] bg-[#2f6b16]"
/* SCSS */
$brand: #2f6b16;
/* SwiftUI */
Color(red: 0.184, green: 0.420, blue: 0.086)
/* Android */
Color.parseColor("#2f6b16")Accessibility — WCAG contrast
Aa
#2f6b16 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6b16 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green42.0%
Blue8.6%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow79.4%
Key (black)58.0%
Color previews
#2f6b16 text on a black background
contrast 3.24:1
Card sample
#2f6b16 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6b16;
Background color
Panel with #2f6b16 background
background-color: #2f6b16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6b16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 107, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 107, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6b16; background: linear-gradient(135deg, #2f6b16, #166B36);