HSL(80, 50%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,50%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 50%, 32%) | color: hsl(80, 50%, 32%) | |
| HEX | #5F7A29 | color: #5F7A29 | |
| RGB | rgb(95, 122, 41) | color: rgb(95, 122, 41) | |
| CMYK | cmyk(22%, 0%, 66%, 52%) | — | |
| HSV | hsv(80, 66%, 48%) | — | |
| HWB | hwb(80 16% 52%) | color: hwb(80 16% 52%) | |
| OKLCH | oklch(0.5408 0.1123 125.7) | color: oklch(0.5408 0.1123 125.7) | |
| Lab | lab(47.64 -22.92 39.82) | color: lab(47.64 -22.92 39.82) | |
| LCH | lch(47.64 45.95 119.92) | color: lch(47.64 45.95 119.92) |
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)
#6B6B3D — rgb(107, 107, 61)
Deuteranopia (Green-blind)
#696741 — rgb(105, 103, 65)
Tritanopia (Blue-blind)
#604C4F — rgb(96, 76, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 50%, 32%);
text
color: hsl(80, 50%, 32%);
border
border: 2px solid hsl(80, 50%, 32%);
gradient light
background: linear-gradient(to right, hsl(80, 50%, 52%), hsl(80, 50%, 32%));
gradient dark
background: linear-gradient(to right, hsl(80, 50%, 32%), hsl(80, 50%, 12%))
hex
background-color: #5F7A29;
tailwind
bg-[hsl(80,50%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 50%, 32%, 0.4);
css variable
--color-primary: hsl(80, 50%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 50%, 32%)?
HEX: #5F7A29 | RGB: rgb(95, 122, 41) | CMYK: 22%, 0%, 66%, 52% | HSV: 80°, 66%, 48%. Copy any format from the conversion table above.
What colors go well with #5F7A29?
The complementary color is HSL(260, 50%, 32%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 50%, 32%) in CSS?
As HSL: color: hsl(80, 50%, 32%); — As HEX: color: #5F7A29; — As RGB: color: rgb(95, 122, 41); — Tailwind CSS: bg-[hsl(80,50%,32%)] — CSS variable: --color-primary: hsl(80, 50%, 32%);