#244205
a deep, electric green · cool · closest name: seagreen
RGB
36, 66, 5
HSL
90°, 86%, 14%
CMYK
46, 0, 92, 74
Luminance
0.0428
Every format
| HEX | #244205 |
| RGB | rgb(36, 66, 5) |
| HSL | hsl(90, 86%, 14%) |
| CMYK | cmyk(46%, 0%, 92%, 74%) |
| LAB | lab(24.6 -22.3 30.6) |
| LCH | lch(24.6 37.8 126.1) |
| OKLCH | oklch(0.342 0.092 133.2) |
Copy-ready code
/* CSS */
color: #244205;
background-color: #244205;
/* Tailwind (arbitrary) */
class="text-[#244205] bg-[#244205]"
/* SCSS */
$brand: #244205;
/* SwiftUI */
Color(red: 0.141, green: 0.259, blue: 0.020)
/* Android */
Color.parseColor("#244205")Accessibility — WCAG contrast
Aa
#244205 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#244205 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green25.9%
Blue2.0%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow92.4%
Key (black)74.1%
Color previews
#244205 text on a black background
contrast 1.86:1
Card sample
#244205 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244205;
Background color
Panel with #244205 background
background-color: #244205;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244205;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 66, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 66, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244205; background: linear-gradient(135deg, #244205, #05420F);