#245f0c
a deep, electric green · cool · closest name: forestgreen
RGB
36, 95, 12
HSL
103°, 78%, 21%
CMYK
62, 0, 87, 63
Luminance
0.0859
Every format
| HEX | #245f0c |
| RGB | rgb(36, 95, 12) |
| HSL | hsl(103, 78%, 21%) |
| CMYK | cmyk(62%, 0%, 87%, 63%) |
| LAB | lab(35.2 -34.7 37.8) |
| LCH | lch(35.2 51.3 132.5) |
| OKLCH | oklch(0.430 0.127 138.9) |
Copy-ready code
/* CSS */
color: #245f0c;
background-color: #245f0c;
/* Tailwind (arbitrary) */
class="text-[#245f0c] bg-[#245f0c]"
/* SCSS */
$brand: #245f0c;
/* SwiftUI */
Color(red: 0.141, green: 0.373, blue: 0.047)
/* Android */
Color.parseColor("#245f0c")Accessibility — WCAG contrast
Aa
#245f0c on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245f0c on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green37.3%
Blue4.7%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow87.4%
Key (black)62.7%
Color previews
#245f0c text on a black background
contrast 2.72:1
Card sample
#245f0c text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245f0c;
Background color
Panel with #245f0c background
background-color: #245f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 95, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 95, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245f0c; background: linear-gradient(135deg, #245f0c, #0C5F2B);