#2f752b
a dark, vivid green · cool · closest name: seagreen
RGB
47, 117, 43
HSL
117°, 46%, 31%
CMYK
60, 0, 63, 54
Luminance
0.1350
Every format
| HEX | #2f752b |
| RGB | rgb(47, 117, 43) |
| HSL | hsl(117, 46%, 31%) |
| CMYK | cmyk(60%, 0%, 63%, 54%) |
| LAB | lab(43.5 -37.7 33.6) |
| LCH | lch(43.5 50.5 138.3) |
| OKLCH | oklch(0.500 0.129 142.5) |
Copy-ready code
/* CSS */
color: #2f752b;
background-color: #2f752b;
/* Tailwind (arbitrary) */
class="text-[#2f752b] bg-[#2f752b]"
/* SCSS */
$brand: #2f752b;
/* SwiftUI */
Color(red: 0.184, green: 0.459, blue: 0.169)
/* Android */
Color.parseColor("#2f752b")Accessibility — WCAG contrast
Aa
#2f752b on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f752b on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green45.9%
Blue16.9%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow63.2%
Key (black)54.1%
Color previews
#2f752b text on a black background
contrast 3.70:1
Card sample
#2f752b text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f752b;
Background color
Panel with #2f752b background
background-color: #2f752b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f752b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 117, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 117, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f752b; background: linear-gradient(135deg, #2f752b, #2B7558);