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