HSL(81, 67%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,67%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 67%, 23%) | color: hsl(81, 67%, 23%) | |
| HEX | #466213 | color: #466213 | |
| RGB | rgb(70, 98, 19) | color: rgb(70, 98, 19) | |
| CMYK | cmyk(29%, 0%, 81%, 62%) | — | |
| HSV | hsv(81, 81%, 38%) | — | |
| HWB | hwb(81 7% 62%) | color: hwb(81 7% 62%) | |
| OKLCH | oklch(0.4577 0.1084 127.66) | color: oklch(0.4577 0.1084 127.66) | |
| Lab | lab(37.99 -23.04 38.68) | color: lab(37.99 -23.04 38.68) | |
| LCH | lch(37.99 45.02 120.78) | color: lch(37.99 45.02 120.78) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#525226 — rgb(82, 82, 38)
Deuteranopia (Green-blind)
#514E2B — rgb(81, 78, 43)
Tritanopia (Blue-blind)
#473539 — rgb(71, 53, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 67%, 23%);
text
color: hsl(81, 67%, 23%);
border
border: 2px solid hsl(81, 67%, 23%);
gradient light
background: linear-gradient(to right, hsl(81, 67%, 43%), hsl(81, 67%, 23%));
gradient dark
background: linear-gradient(to right, hsl(81, 67%, 23%), hsl(81, 67%, 3%))
hex
background-color: #466213;
tailwind
bg-[hsl(81,67%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 67%, 23%, 0.4);
css variable
--color-primary: hsl(81, 67%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 67%, 23%)?
HEX: #466213 | RGB: rgb(70, 98, 19) | CMYK: 29%, 0%, 81%, 62% | HSV: 81°, 81%, 38%. Copy any format from the conversion table above.
What colors go well with #466213?
The complementary color is HSL(261, 67%, 23%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 67%, 23%) in CSS?
As HSL: color: hsl(81, 67%, 23%); — As HEX: color: #466213; — As RGB: color: rgb(70, 98, 19); — Tailwind CSS: bg-[hsl(81,67%,23%)] — CSS variable: --color-primary: hsl(81, 67%, 23%);