#1b5924
a deep, vivid green · cool · closest name: seagreen
RGB
27, 89, 36
HSL
129°, 53%, 23%
CMYK
70, 0, 60, 65
Luminance
0.0751
Every format
| HEX | #1b5924 |
| RGB | rgb(27, 89, 36) |
| HSL | hsl(129, 53%, 23%) |
| CMYK | cmyk(70%, 0%, 60%, 65%) |
| LAB | lab(32.9 -32.2 24.7) |
| LCH | lch(32.9 40.6 142.5) |
| OKLCH | oklch(0.411 0.105 145.8) |
Copy-ready code
/* CSS */
color: #1b5924;
background-color: #1b5924;
/* Tailwind (arbitrary) */
class="text-[#1b5924] bg-[#1b5924]"
/* SCSS */
$brand: #1b5924;
/* SwiftUI */
Color(red: 0.106, green: 0.349, blue: 0.141)
/* Android */
Color.parseColor("#1b5924")Accessibility — WCAG contrast
Aa
#1b5924 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b5924 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green34.9%
Blue14.1%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow59.6%
Key (black)65.1%
Color previews
#1b5924 text on a black background
contrast 2.50:1
Card sample
#1b5924 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b5924;
Background color
Panel with #1b5924 background
background-color: #1b5924;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b5924;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 89, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 89, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b5924; background: linear-gradient(135deg, #1b5924, #1B594D);