#496e02
a deep, electric green · cool · closest name: olivedrab
RGB
73, 110, 2
HSL
81°, 96%, 22%
CMYK
34, 0, 98, 57
Luminance
0.1257
Every format
| HEX | #496e02 |
| RGB | rgb(73, 110, 2) |
| HSL | hsl(81, 96%, 22%) |
| CMYK | cmyk(34%, 0%, 98%, 57%) |
| LAB | lab(42.1 -28.4 47.0) |
| LCH | lch(42.1 54.9 121.1) |
| OKLCH | oklch(0.491 0.130 129.1) |
Copy-ready code
/* CSS */
color: #496e02;
background-color: #496e02;
/* Tailwind (arbitrary) */
class="text-[#496e02] bg-[#496e02]"
/* SCSS */
$brand: #496e02;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.008)
/* Android */
Color.parseColor("#496e02")Accessibility — WCAG contrast
Aa
#496e02 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e02 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue0.8%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow98.2%
Key (black)56.9%
Color previews
#496e02 text on a black background
contrast 3.51:1
Card sample
#496e02 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e02;
Background color
Panel with #496e02 background
background-color: #496e02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e02; background: linear-gradient(135deg, #496e02, #026E03);