#2c8c2c
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 140, 44
HSL
120°, 52%, 36%
CMYK
69, 0, 69, 45
Luminance
0.1947
Every format
| HEX | #2c8c2c |
| RGB | rgb(44, 140, 44) |
| HSL | hsl(120, 52%, 36%) |
| CMYK | cmyk(69%, 0%, 69%, 45%) |
| LAB | lab(51.2 -47.1 41.7) |
| LCH | lch(51.2 62.9 138.5) |
| OKLCH | oklch(0.564 0.160 143.1) |
Copy-ready code
/* CSS */
color: #2c8c2c;
background-color: #2c8c2c;
/* Tailwind (arbitrary) */
class="text-[#2c8c2c] bg-[#2c8c2c]"
/* SCSS */
$brand: #2c8c2c;
/* SwiftUI */
Color(red: 0.173, green: 0.549, blue: 0.173)
/* Android */
Color.parseColor("#2c8c2c")Accessibility — WCAG contrast
Aa
#2c8c2c on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8c2c on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green54.9%
Blue17.3%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow68.6%
Key (black)45.1%
Color previews
#2c8c2c text on a black background
contrast 4.89:1
Card sample
#2c8c2c text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8c2c;
Background color
Panel with #2c8c2c background
background-color: #2c8c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 140, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 140, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8c2c; background: linear-gradient(135deg, #2c8c2c, #2C8C6C);