HSL(136, 72%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,72%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 72%, 30%) | color: hsl(136, 72%, 30%) | |
| HEX | #158433 | color: #158433 | |
| RGB | rgb(21, 132, 51) | color: rgb(21, 132, 51) | |
| CMYK | cmyk(84%, 0%, 61%, 48%) | — | |
| HSV | hsv(136, 84%, 52%) | — | |
| HWB | hwb(136 8% 48%) | color: hwb(136 8% 48%) | |
| OKLCH | oklch(0.5372 0.1513 147.04) | color: oklch(0.5372 0.1513 147.04) | |
| Lab | lab(48.13 -47.22 34.85) | color: lab(48.13 -47.22 34.85) | |
| LCH | lch(48.13 58.69 143.57) | color: lch(48.13 58.69 143.57) |
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)
#454647 — rgb(69, 70, 71)
Deuteranopia (Green-blind)
#3F364B — rgb(63, 54, 75)
Tritanopia (Blue-blind)
#1B5659 — rgb(27, 86, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 72%, 30%);
text
color: hsl(136, 72%, 30%);
border
border: 2px solid hsl(136, 72%, 30%);
gradient light
background: linear-gradient(to right, hsl(136, 72%, 50%), hsl(136, 72%, 30%));
gradient dark
background: linear-gradient(to right, hsl(136, 72%, 30%), hsl(136, 72%, 10%))
hex
background-color: #158433;
tailwind
bg-[hsl(136,72%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 72%, 30%, 0.4);
css variable
--color-primary: hsl(136, 72%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 72%, 30%)?
HEX: #158433 | RGB: rgb(21, 132, 51) | CMYK: 84%, 0%, 61%, 48% | HSV: 136°, 84%, 52%. Copy any format from the conversion table above.
What colors go well with #158433?
The complementary color is HSL(316, 72%, 30%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 72%, 30%) in CSS?
As HSL: color: hsl(136, 72%, 30%); — As HEX: color: #158433; — As RGB: color: rgb(21, 132, 51); — Tailwind CSS: bg-[hsl(136,72%,30%)] — CSS variable: --color-primary: hsl(136, 72%, 30%);