#2c6901
a deep, electric green · cool · closest name: forestgreen
RGB
44, 105, 1
HSL
95°, 98%, 21%
CMYK
58, 0, 99, 59
Luminance
0.1064
Every format
| HEX | #2c6901 |
| RGB | rgb(44, 105, 1) |
| HSL | hsl(95, 98%, 21%) |
| CMYK | cmyk(58%, 0%, 99%, 59%) |
| LAB | lab(39.0 -36.8 44.2) |
| LCH | lch(39.0 57.5 129.8) |
| OKLCH | oklch(0.462 0.140 137.1) |
Copy-ready code
/* CSS */
color: #2c6901;
background-color: #2c6901;
/* Tailwind (arbitrary) */
class="text-[#2c6901] bg-[#2c6901]"
/* SCSS */
$brand: #2c6901;
/* SwiftUI */
Color(red: 0.173, green: 0.412, blue: 0.004)
/* Android */
Color.parseColor("#2c6901")Accessibility — WCAG contrast
Aa
#2c6901 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c6901 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green41.2%
Blue0.4%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow99.0%
Key (black)58.8%
Color previews
#2c6901 text on a black background
contrast 3.13:1
Card sample
#2c6901 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c6901;
Background color
Panel with #2c6901 background
background-color: #2c6901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c6901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 105, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 105, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c6901; background: linear-gradient(135deg, #2c6901, #01691B);