#367a1b
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 122, 27
HSL
103°, 64%, 29%
CMYK
56, 0, 78, 52
Luminance
0.1478
Every format
| HEX | #367a1b |
| RGB | rgb(54, 122, 27) |
| HSL | hsl(103, 64%, 29%) |
| CMYK | cmyk(56%, 0%, 78%, 52%) |
| LAB | lab(45.3 -39.2 42.6) |
| LCH | lch(45.3 57.9 132.7) |
| OKLCH | oklch(0.516 0.144 138.6) |
Copy-ready code
/* CSS */
color: #367a1b;
background-color: #367a1b;
/* Tailwind (arbitrary) */
class="text-[#367a1b] bg-[#367a1b]"
/* SCSS */
$brand: #367a1b;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.106)
/* Android */
Color.parseColor("#367a1b")Accessibility — WCAG contrast
Aa
#367a1b on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367a1b on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue10.6%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow77.9%
Key (black)52.2%
Color previews
#367a1b text on a black background
contrast 3.96:1
Card sample
#367a1b text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367a1b;
Background color
Panel with #367a1b background
background-color: #367a1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367a1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367a1b; background: linear-gradient(135deg, #367a1b, #1B7A3F);