HSL(136, 72%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,72%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 72%, 35%) | color: hsl(136, 72%, 35%) | |
| HEX | #199A3B | color: #199A3B | |
| RGB | rgb(25, 154, 59) | color: rgb(25, 154, 59) | |
| CMYK | cmyk(84%, 0%, 62%, 40%) | — | |
| HSV | hsv(136, 84%, 60%) | — | |
| HWB | hwb(136 10% 40%) | color: hwb(136 10% 40%) | |
| OKLCH | oklch(0.6006 0.171 146.78) | color: oklch(0.6006 0.171 146.78) | |
| Lab | lab(55.72 -53.21 39.79) | color: lab(55.72 -53.21 39.79) | |
| LCH | lch(55.72 66.44 143.21) | color: lch(55.72 66.44 143.21) |
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)
#515252 — rgb(81, 82, 82)
Deuteranopia (Green-blind)
#494058 — rgb(73, 64, 88)
Tritanopia (Blue-blind)
#1F6468 — rgb(31, 100, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 72%, 35%);
text
color: hsl(136, 72%, 35%);
border
border: 2px solid hsl(136, 72%, 35%);
gradient light
background: linear-gradient(to right, hsl(136, 72%, 55%), hsl(136, 72%, 35%));
gradient dark
background: linear-gradient(to right, hsl(136, 72%, 35%), hsl(136, 72%, 15%))
hex
background-color: #199A3B;
tailwind
bg-[hsl(136,72%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 72%, 35%, 0.4);
css variable
--color-primary: hsl(136, 72%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 72%, 35%)?
HEX: #199A3B | RGB: rgb(25, 154, 59) | CMYK: 84%, 0%, 62%, 40% | HSV: 136°, 84%, 60%. Copy any format from the conversion table above.
What colors go well with #199A3B?
The complementary color is HSL(316, 72%, 35%). 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%, 35%) in CSS?
As HSL: color: hsl(136, 72%, 35%); — As HEX: color: #199A3B; — As RGB: color: rgb(25, 154, 59); — Tailwind CSS: bg-[hsl(136,72%,35%)] — CSS variable: --color-primary: hsl(136, 72%, 35%);