#266017
a deep, vivid green · cool · closest name: seagreen
RGB
38, 96, 23
HSL
108°, 61%, 23%
CMYK
60, 0, 76, 62
Luminance
0.0884
Every format
| HEX | #266017 |
| RGB | rgb(38, 96, 23) |
| HSL | hsl(108, 61%, 23%) |
| CMYK | cmyk(60%, 0%, 76%, 62%) |
| LAB | lab(35.7 -33.7 34.2) |
| LCH | lch(35.7 48.0 134.5) |
| OKLCH | oklch(0.434 0.121 140.0) |
Copy-ready code
/* CSS */
color: #266017;
background-color: #266017;
/* Tailwind (arbitrary) */
class="text-[#266017] bg-[#266017]"
/* SCSS */
$brand: #266017;
/* SwiftUI */
Color(red: 0.149, green: 0.376, blue: 0.090)
/* Android */
Color.parseColor("#266017")Accessibility — WCAG contrast
Aa
#266017 on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#266017 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green37.6%
Blue9.0%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow76.0%
Key (black)62.4%
Color previews
#266017 text on a black background
contrast 2.77:1
Card sample
#266017 text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #266017;
Background color
Panel with #266017 background
background-color: #266017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #266017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 96, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 96, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #266017; background: linear-gradient(135deg, #266017, #176039);