HSL(132, 75%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,75%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 75%, 35%) | color: hsl(132, 75%, 35%) | |
| HEX | #169C31 | color: #169C31 | |
| RGB | rgb(22, 156, 49) | color: rgb(22, 156, 49) | |
| CMYK | cmyk(86%, 0%, 69%, 39%) | — | |
| HSV | hsv(132, 86%, 61%) | — | |
| HWB | hwb(132 9% 39%) | color: hwb(132 9% 39%) | |
| OKLCH | oklch(0.6047 0.1815 145.25) | color: oklch(0.6047 0.1815 145.25) | |
| Lab | lab(56.26 -55.34 44.85) | color: lab(56.26 -55.34 44.85) | |
| LCH | lch(56.26 71.23 140.98) | color: lch(56.26 71.23 140.98) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#50514B — rgb(80, 81, 75)
Deuteranopia (Green-blind)
#483E51 — rgb(72, 62, 81)
Tritanopia (Blue-blind)
#1D5F64 — rgb(29, 95, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 75%, 35%);
text
color: hsl(132, 75%, 35%);
border
border: 2px solid hsl(132, 75%, 35%);
gradient light
background: linear-gradient(to right, hsl(132, 75%, 55%), hsl(132, 75%, 35%));
gradient dark
background: linear-gradient(to right, hsl(132, 75%, 35%), hsl(132, 75%, 15%))
hex
background-color: #169C31;
tailwind
bg-[hsl(132,75%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 75%, 35%, 0.4);
css variable
--color-primary: hsl(132, 75%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 75%, 35%)?
HEX: #169C31 | RGB: rgb(22, 156, 49) | CMYK: 86%, 0%, 69%, 39% | HSV: 132°, 86%, 61%. Copy any format from the conversion table above.
What colors go well with #169C31?
The complementary color is HSL(312, 75%, 35%). 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, 75%, 35%) in CSS?
As HSL: color: hsl(132, 75%, 35%); — As HEX: color: #169C31; — As RGB: color: rgb(22, 156, 49); — Tailwind CSS: bg-[hsl(132,75%,35%)] — CSS variable: --color-primary: hsl(132, 75%, 35%);