#2f8528
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 133, 40
HSL
116°, 54%, 34%
CMYK
65, 0, 70, 48
Luminance
0.1753
Every format
| HEX | #2f8528 |
| RGB | rgb(47, 133, 40) |
| HSL | hsl(116, 54%, 34%) |
| CMYK | cmyk(65%, 0%, 70%, 48%) |
| LAB | lab(48.9 -44.3 41.0) |
| LCH | lch(48.9 60.3 137.2) |
| OKLCH | oklch(0.545 0.153 142.1) |
Copy-ready code
/* CSS */
color: #2f8528;
background-color: #2f8528;
/* Tailwind (arbitrary) */
class="text-[#2f8528] bg-[#2f8528]"
/* SCSS */
$brand: #2f8528;
/* SwiftUI */
Color(red: 0.184, green: 0.522, blue: 0.157)
/* Android */
Color.parseColor("#2f8528")Accessibility — WCAG contrast
Aa
#2f8528 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f8528 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green52.2%
Blue15.7%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow69.9%
Key (black)47.8%
Color previews
#2f8528 text on a black background
contrast 4.51:1
Card sample
#2f8528 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8528;
Background color
Panel with #2f8528 background
background-color: #2f8528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 133, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 133, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8528; background: linear-gradient(135deg, #2f8528, #28855F);