HSL(81, 63%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,63%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 63%, 29%) | color: hsl(81, 63%, 29%) | |
| HEX | #58791B | color: #58791B | |
| RGB | rgb(88, 121, 27) | color: rgb(88, 121, 27) | |
| CMYK | cmyk(27%, 0%, 78%, 53%) | — | |
| HSV | hsv(81, 78%, 47%) | — | |
| HWB | hwb(81 10% 53%) | color: hwb(81 10% 53%) | |
| OKLCH | oklch(0.532 0.1247 127.43) | color: oklch(0.532 0.1247 127.43) | |
| Lab | lab(46.75 -26.37 44.54) | color: lab(46.75 -26.37 44.54) | |
| LCH | lch(46.75 51.76 120.63) | color: lch(46.75 51.76 120.63) |
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)
#666732 — rgb(102, 103, 50)
Deuteranopia (Green-blind)
#646237 — rgb(100, 98, 55)
Tritanopia (Blue-blind)
#5A4448 — rgb(90, 68, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 63%, 29%);
text
color: hsl(81, 63%, 29%);
border
border: 2px solid hsl(81, 63%, 29%);
gradient light
background: linear-gradient(to right, hsl(81, 63%, 49%), hsl(81, 63%, 29%));
gradient dark
background: linear-gradient(to right, hsl(81, 63%, 29%), hsl(81, 63%, 9%))
hex
background-color: #58791B;
tailwind
bg-[hsl(81,63%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 63%, 29%, 0.4);
css variable
--color-primary: hsl(81, 63%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 63%, 29%)?
HEX: #58791B | RGB: rgb(88, 121, 27) | CMYK: 27%, 0%, 78%, 53% | HSV: 81°, 78%, 47%. Copy any format from the conversion table above.
What colors go well with #58791B?
The complementary color is HSL(261, 63%, 29%). 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, 63%, 29%) in CSS?
As HSL: color: hsl(81, 63%, 29%); — As HEX: color: #58791B; — As RGB: color: rgb(88, 121, 27); — Tailwind CSS: bg-[hsl(81,63%,29%)] — CSS variable: --color-primary: hsl(81, 63%, 29%);