#2f810c
a dark, electric green · cool · closest name: forestgreen
RGB
47, 129, 12
HSL
102°, 83%, 28%
CMYK
64, 0, 91, 49
Luminance
0.1633
Every format
| HEX | #2f810c |
| RGB | rgb(47, 129, 12) |
| HSL | hsl(102, 83%, 28%) |
| CMYK | cmyk(64%, 0%, 91%, 49%) |
| LAB | lab(47.4 -44.7 48.8) |
| LCH | lch(47.4 66.1 132.5) |
| OKLCH | oklch(0.532 0.163 139.2) |
Copy-ready code
/* CSS */
color: #2f810c;
background-color: #2f810c;
/* Tailwind (arbitrary) */
class="text-[#2f810c] bg-[#2f810c]"
/* SCSS */
$brand: #2f810c;
/* SwiftUI */
Color(red: 0.184, green: 0.506, blue: 0.047)
/* Android */
Color.parseColor("#2f810c")Accessibility — WCAG contrast
Aa
#2f810c on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f810c on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green50.6%
Blue4.7%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow90.7%
Key (black)49.4%
Color previews
#2f810c text on a black background
contrast 4.27:1
Card sample
#2f810c text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f810c;
Background color
Panel with #2f810c background
background-color: #2f810c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f810c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 129, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 129, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f810c; background: linear-gradient(135deg, #2f810c, #0C8137);