#2f6d13
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 109, 19
HSL
101°, 70%, 25%
CMYK
57, 0, 83, 57
Luminance
0.1159
Every format
| HEX | #2f6d13 |
| RGB | rgb(47, 109, 19) |
| HSL | hsl(101, 70%, 25%) |
| CMYK | cmyk(57%, 0%, 83%, 57%) |
| LAB | lab(40.5 -36.6 40.7) |
| LCH | lch(40.5 54.7 132.0) |
| OKLCH | oklch(0.475 0.136 138.2) |
Copy-ready code
/* CSS */
color: #2f6d13;
background-color: #2f6d13;
/* Tailwind (arbitrary) */
class="text-[#2f6d13] bg-[#2f6d13]"
/* SCSS */
$brand: #2f6d13;
/* SwiftUI */
Color(red: 0.184, green: 0.427, blue: 0.075)
/* Android */
Color.parseColor("#2f6d13")Accessibility — WCAG contrast
Aa
#2f6d13 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6d13 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green42.7%
Blue7.5%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow82.6%
Key (black)57.3%
Color previews
#2f6d13 text on a black background
contrast 3.32:1
Card sample
#2f6d13 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6d13;
Background color
Panel with #2f6d13 background
background-color: #2f6d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 109, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 109, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6d13; background: linear-gradient(135deg, #2f6d13, #136D33);