#2f820f
a dark, electric green · cool · closest name: forestgreen
RGB
47, 130, 15
HSL
103°, 79%, 28%
CMYK
64, 0, 89, 49
Luminance
0.1660
Every format
| HEX | #2f820f |
| RGB | rgb(47, 130, 15) |
| HSL | hsl(103, 79%, 28%) |
| CMYK | cmyk(64%, 0%, 89%, 49%) |
| LAB | lab(47.8 -44.9 48.4) |
| LCH | lch(47.8 66.0 132.9) |
| OKLCH | oklch(0.535 0.163 139.4) |
Copy-ready code
/* CSS */
color: #2f820f;
background-color: #2f820f;
/* Tailwind (arbitrary) */
class="text-[#2f820f] bg-[#2f820f]"
/* SCSS */
$brand: #2f820f;
/* SwiftUI */
Color(red: 0.184, green: 0.510, blue: 0.059)
/* Android */
Color.parseColor("#2f820f")Accessibility — WCAG contrast
Aa
#2f820f on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f820f on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green51.0%
Blue5.9%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow88.5%
Key (black)49.0%
Color previews
#2f820f text on a black background
contrast 4.32:1
Card sample
#2f820f text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f820f;
Background color
Panel with #2f820f background
background-color: #2f820f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f820f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 130, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 130, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f820f; background: linear-gradient(135deg, #2f820f, #0F823C);