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