#2c7a40
a dark, vivid green · cool · closest name: seagreen
RGB
44, 122, 64
HSL
135°, 47%, 33%
CMYK
64, 0, 48, 52
Luminance
0.1482
Every format
| HEX | #2c7a40 |
| RGB | rgb(44, 122, 64) |
| HSL | hsl(135, 47%, 33%) |
| CMYK | cmyk(64%, 0%, 48%, 52%) |
| LAB | lab(45.4 -37.4 24.8) |
| LCH | lch(45.4 44.9 146.4) |
| OKLCH | oklch(0.516 0.118 148.9) |
Copy-ready code
/* CSS */
color: #2c7a40;
background-color: #2c7a40;
/* Tailwind (arbitrary) */
class="text-[#2c7a40] bg-[#2c7a40]"
/* SCSS */
$brand: #2c7a40;
/* SwiftUI */
Color(red: 0.173, green: 0.478, blue: 0.251)
/* Android */
Color.parseColor("#2c7a40")Accessibility — WCAG contrast
Aa
#2c7a40 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7a40 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green47.8%
Blue25.1%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow47.5%
Key (black)52.2%
Color previews
#2c7a40 text on a black background
contrast 3.96:1
Card sample
#2c7a40 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7a40;
Background color
Panel with #2c7a40 background
background-color: #2c7a40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7a40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 122, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 122, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7a40; background: linear-gradient(135deg, #2c7a40, #2C7A74);