HSL(132, 70%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,70%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 70%, 24%) | color: hsl(132, 70%, 24%) | |
| HEX | #126823 | color: #126823 | |
| RGB | rgb(18, 104, 35) | color: rgb(18, 104, 35) | |
| CMYK | cmyk(83%, 0%, 66%, 59%) | — | |
| HSV | hsv(132, 83%, 41%) | — | |
| HWB | hwb(132 7% 59%) | color: hwb(132 7% 59%) | |
| OKLCH | oklch(0.4533 0.1297 145.78) | color: oklch(0.4533 0.1297 145.78) | |
| Lab | lab(38.11 -39.81 31.2) | color: lab(38.11 -39.81 31.2) | |
| LCH | lch(38.11 50.58 141.91) | color: lch(38.11 50.58 141.91) |
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)
#373834 — rgb(55, 56, 52)
Deuteranopia (Green-blind)
#322C38 — rgb(50, 44, 56)
Tritanopia (Blue-blind)
#164144 — rgb(22, 65, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 70%, 24%);
text
color: hsl(132, 70%, 24%);
border
border: 2px solid hsl(132, 70%, 24%);
gradient light
background: linear-gradient(to right, hsl(132, 70%, 44%), hsl(132, 70%, 24%));
gradient dark
background: linear-gradient(to right, hsl(132, 70%, 24%), hsl(132, 70%, 4%))
hex
background-color: #126823;
tailwind
bg-[hsl(132,70%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 70%, 24%, 0.4);
css variable
--color-primary: hsl(132, 70%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 70%, 24%)?
HEX: #126823 | RGB: rgb(18, 104, 35) | CMYK: 83%, 0%, 66%, 59% | HSV: 132°, 83%, 41%. Copy any format from the conversion table above.
What colors go well with #126823?
The complementary color is HSL(312, 70%, 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, 70%, 24%) in CSS?
As HSL: color: hsl(132, 70%, 24%); — As HEX: color: #126823; — As RGB: color: rgb(18, 104, 35); — Tailwind CSS: bg-[hsl(132,70%,24%)] — CSS variable: --color-primary: hsl(132, 70%, 24%);