HSL(132, 74%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,74%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 74%, 29%) | color: hsl(132, 74%, 29%) | |
| HEX | #138129 | color: #138129 | |
| RGB | rgb(19, 129, 41) | color: rgb(19, 129, 41) | |
| CMYK | cmyk(85%, 0%, 68%, 49%) | — | |
| HSV | hsv(132, 85%, 51%) | — | |
| HWB | hwb(132 8% 49%) | color: hwb(132 8% 49%) | |
| OKLCH | oklch(0.5272 0.156 145.42) | color: oklch(0.5272 0.156 145.42) | |
| Lab | lab(46.97 -47.67 38.23) | color: lab(46.97 -47.67 38.23) | |
| LCH | lch(46.97 61.11 141.27) | color: lch(46.97 61.11 141.27) |
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)
#43443E — rgb(67, 68, 62)
Deuteranopia (Green-blind)
#3C3443 — rgb(60, 52, 67)
Tritanopia (Blue-blind)
#194F53 — rgb(25, 79, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 74%, 29%);
text
color: hsl(132, 74%, 29%);
border
border: 2px solid hsl(132, 74%, 29%);
gradient light
background: linear-gradient(to right, hsl(132, 74%, 49%), hsl(132, 74%, 29%));
gradient dark
background: linear-gradient(to right, hsl(132, 74%, 29%), hsl(132, 74%, 9%))
hex
background-color: #138129;
tailwind
bg-[hsl(132,74%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 74%, 29%, 0.4);
css variable
--color-primary: hsl(132, 74%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 74%, 29%)?
HEX: #138129 | RGB: rgb(19, 129, 41) | CMYK: 85%, 0%, 68%, 49% | HSV: 132°, 85%, 51%. Copy any format from the conversion table above.
What colors go well with #138129?
The complementary color is HSL(312, 74%, 29%). 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, 74%, 29%) in CSS?
As HSL: color: hsl(132, 74%, 29%); — As HEX: color: #138129; — As RGB: color: rgb(19, 129, 41); — Tailwind CSS: bg-[hsl(132,74%,29%)] — CSS variable: --color-primary: hsl(132, 74%, 29%);