#2c7b2c
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 123, 44
HSL
120°, 47%, 33%
CMYK
64, 0, 64, 52
Luminance
0.1488
Every format
| HEX | #2c7b2c |
| RGB | rgb(44, 123, 44) |
| HSL | hsl(120, 47%, 33%) |
| CMYK | cmyk(64%, 0%, 64%, 52%) |
| LAB | lab(45.5 -40.7 35.3) |
| LCH | lch(45.5 53.9 139.1) |
| OKLCH | oklch(0.516 0.138 143.3) |
Copy-ready code
/* CSS */
color: #2c7b2c;
background-color: #2c7b2c;
/* Tailwind (arbitrary) */
class="text-[#2c7b2c] bg-[#2c7b2c]"
/* SCSS */
$brand: #2c7b2c;
/* SwiftUI */
Color(red: 0.173, green: 0.482, blue: 0.173)
/* Android */
Color.parseColor("#2c7b2c")Accessibility — WCAG contrast
Aa
#2c7b2c on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7b2c on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green48.2%
Blue17.3%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow64.2%
Key (black)51.8%
Color previews
#2c7b2c text on a black background
contrast 3.98:1
Card sample
#2c7b2c text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7b2c;
Background color
Panel with #2c7b2c background
background-color: #2c7b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 123, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 123, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7b2c; background: linear-gradient(135deg, #2c7b2c, #2C7B61);