HSL(132, 93%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,93%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 93%, 26%) | color: hsl(132, 93%, 26%) | |
| HEX | #05801D | color: #05801D | |
| RGB | rgb(5, 128, 29) | color: rgb(5, 128, 29) | |
| CMYK | cmyk(96%, 0%, 77%, 50%) | — | |
| HSV | hsv(132, 96%, 50%) | — | |
| HWB | hwb(132 2% 50%) | color: hwb(132 2% 50%) | |
| OKLCH | oklch(0.5216 0.1651 144.41) | color: oklch(0.5216 0.1651 144.41) | |
| Lab | lab(46.39 -49.77 42.54) | color: lab(46.39 -49.77 42.54) | |
| LCH | lch(46.39 65.47 139.48) | color: lch(46.39 65.47 139.48) |
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)
#3A3B35 — rgb(58, 59, 53)
Deuteranopia (Green-blind)
#332A3B — rgb(51, 42, 59)
Tritanopia (Blue-blind)
#0B484C — rgb(11, 72, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 93%, 26%);
text
color: hsl(132, 93%, 26%);
border
border: 2px solid hsl(132, 93%, 26%);
gradient light
background: linear-gradient(to right, hsl(132, 93%, 46%), hsl(132, 93%, 26%));
gradient dark
background: linear-gradient(to right, hsl(132, 93%, 26%), hsl(132, 93%, 6%))
hex
background-color: #05801D;
tailwind
bg-[hsl(132,93%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 93%, 26%, 0.4);
css variable
--color-primary: hsl(132, 93%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 93%, 26%)?
HEX: #05801D | RGB: rgb(5, 128, 29) | CMYK: 96%, 0%, 77%, 50% | HSV: 132°, 96%, 50%. Copy any format from the conversion table above.
What colors go well with #05801D?
The complementary color is HSL(312, 93%, 26%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 93%, 26%) in CSS?
As HSL: color: hsl(132, 93%, 26%); — As HEX: color: #05801D; — As RGB: color: rgb(5, 128, 29); — Tailwind CSS: bg-[hsl(132,93%,26%)] — CSS variable: --color-primary: hsl(132, 93%, 26%);