#13640c
a deep, electric green · cool · closest name: forestgreen
RGB
19, 100, 12
HSL
115°, 79%, 22%
CMYK
81, 0, 88, 61
Luminance
0.0928
Every format
| HEX | #13640c |
| RGB | rgb(19, 100, 12) |
| HSL | hsl(115, 79%, 22%) |
| CMYK | cmyk(81%, 0%, 88%, 61%) |
| LAB | lab(36.5 -40.4 38.8) |
| LCH | lch(36.5 56.0 136.1) |
| OKLCH | oklch(0.440 0.140 142.0) |
Copy-ready code
/* CSS */
color: #13640c;
background-color: #13640c;
/* Tailwind (arbitrary) */
class="text-[#13640c] bg-[#13640c]"
/* SCSS */
$brand: #13640c;
/* SwiftUI */
Color(red: 0.075, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#13640c")Accessibility — WCAG contrast
Aa
#13640c on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13640c on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green39.2%
Blue4.7%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#13640c text on a black background
contrast 2.86:1
Card sample
#13640c text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13640c;
Background color
Panel with #13640c background
background-color: #13640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13640c; background: linear-gradient(135deg, #13640c, #0C6440);