#2c790b
a dark, electric green · cool · closest name: forestgreen
RGB
44, 121, 11
HSL
102°, 83%, 26%
CMYK
64, 0, 91, 53
Luminance
0.1423
Every format
| HEX | #2c790b |
| RGB | rgb(44, 121, 11) |
| HSL | hsl(102, 83%, 26%) |
| CMYK | cmyk(64%, 0%, 91%, 53%) |
| LAB | lab(44.6 -42.5 46.5) |
| LCH | lch(44.6 63.0 132.4) |
| OKLCH | oklch(0.508 0.155 139.1) |
Copy-ready code
/* CSS */
color: #2c790b;
background-color: #2c790b;
/* Tailwind (arbitrary) */
class="text-[#2c790b] bg-[#2c790b]"
/* SCSS */
$brand: #2c790b;
/* SwiftUI */
Color(red: 0.173, green: 0.475, blue: 0.043)
/* Android */
Color.parseColor("#2c790b")Accessibility — WCAG contrast
Aa
#2c790b on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c790b on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green47.5%
Blue4.3%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow90.9%
Key (black)52.5%
Color previews
#2c790b text on a black background
contrast 3.85:1
Card sample
#2c790b text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c790b;
Background color
Panel with #2c790b background
background-color: #2c790b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c790b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 121, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 121, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c790b; background: linear-gradient(135deg, #2c790b, #0B7933);