#036310
a deep, electric green · cool · closest name: forestgreen
RGB
3, 99, 16
HSL
128°, 94%, 20%
CMYK
97, 0, 84, 61
Luminance
0.0898
Every format
| HEX | #036310 |
| RGB | rgb(3, 99, 16) |
| HSL | hsl(128, 94%, 20%) |
| CMYK | cmyk(97%, 0%, 84%, 61%) |
| LAB | lab(36.0 -41.8 37.0) |
| LCH | lch(36.0 55.8 138.5) |
| OKLCH | oklch(0.434 0.140 143.8) |
Copy-ready code
/* CSS */
color: #036310;
background-color: #036310;
/* Tailwind (arbitrary) */
class="text-[#036310] bg-[#036310]"
/* SCSS */
$brand: #036310;
/* SwiftUI */
Color(red: 0.012, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#036310")Accessibility — WCAG contrast
Aa
#036310 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#036310 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green38.8%
Blue6.3%
CMYK percentages
Cyan97.0%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#036310 text on a black background
contrast 2.80:1
Card sample
#036310 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036310;
Background color
Panel with #036310 background
background-color: #036310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036310; background: linear-gradient(135deg, #036310, #036350);