HSL(132, 58%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,58%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 58%, 24%) | color: hsl(132, 58%, 24%) | |
| HEX | #1A6128 | color: #1A6128 | |
| RGB | rgb(26, 97, 40) | color: rgb(26, 97, 40) | |
| CMYK | cmyk(73%, 0%, 59%, 62%) | — | |
| HSV | hsv(132, 73%, 38%) | — | |
| HWB | hwb(132 10% 62%) | color: hwb(132 10% 62%) | |
| OKLCH | oklch(0.4351 0.1131 146.67) | color: oklch(0.4351 0.1131 146.67) | |
| Lab | lab(35.83 -35.04 26.01) | color: lab(35.83 -35.04 26.01) | |
| LCH | lch(35.83 43.64 143.41) | color: lch(35.83 43.64 143.41) |
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)
#393936 — rgb(57, 57, 54)
Deuteranopia (Green-blind)
#352F39 — rgb(53, 47, 57)
Tritanopia (Blue-blind)
#1E4143 — rgb(30, 65, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 58%, 24%);
text
color: hsl(132, 58%, 24%);
border
border: 2px solid hsl(132, 58%, 24%);
gradient light
background: linear-gradient(to right, hsl(132, 58%, 44%), hsl(132, 58%, 24%));
gradient dark
background: linear-gradient(to right, hsl(132, 58%, 24%), hsl(132, 58%, 4%))
hex
background-color: #1A6128;
tailwind
bg-[hsl(132,58%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 58%, 24%, 0.4);
css variable
--color-primary: hsl(132, 58%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 58%, 24%)?
HEX: #1A6128 | RGB: rgb(26, 97, 40) | CMYK: 73%, 0%, 59%, 62% | HSV: 132°, 73%, 38%. Copy any format from the conversion table above.
What colors go well with #1A6128?
The complementary color is HSL(312, 58%, 24%). 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, 58%, 24%) in CSS?
As HSL: color: hsl(132, 58%, 24%); — As HEX: color: #1A6128; — As RGB: color: rgb(26, 97, 40); — Tailwind CSS: bg-[hsl(132,58%,24%)] — CSS variable: --color-primary: hsl(132, 58%, 24%);