HSL(112, 91%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,91%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 91%, 30%) | color: hsl(112, 91%, 30%) | |
| HEX | #199207 | color: #199207 | |
| RGB | rgb(25, 146, 7) | color: rgb(25, 146, 7) | |
| CMYK | cmyk(83%, 0%, 95%, 43%) | — | |
| HSV | hsv(112, 95%, 57%) | — | |
| HWB | hwb(112 3% 43%) | color: hwb(112 3% 43%) | |
| OKLCH | oklch(0.5746 0.1894 141.76) | color: oklch(0.5746 0.1894 141.76) | |
| Lab | lab(52.71 -54.59 53.99) | color: lab(52.71 -54.59 53.99) | |
| LCH | lch(52.71 76.78 135.32) | color: lch(52.71 76.78 135.32) |
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)
#4D4E29 — rgb(77, 78, 41)
Deuteranopia (Green-blind)
#463D31 — rgb(70, 61, 49)
Tritanopia (Blue-blind)
#1F4349 — rgb(31, 67, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 91%, 30%);
text
color: hsl(112, 91%, 30%);
border
border: 2px solid hsl(112, 91%, 30%);
gradient light
background: linear-gradient(to right, hsl(112, 91%, 50%), hsl(112, 91%, 30%));
gradient dark
background: linear-gradient(to right, hsl(112, 91%, 30%), hsl(112, 91%, 10%))
hex
background-color: #199207;
tailwind
bg-[hsl(112,91%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 91%, 30%, 0.4);
css variable
--color-primary: hsl(112, 91%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 91%, 30%)?
HEX: #199207 | RGB: rgb(25, 146, 7) | CMYK: 83%, 0%, 95%, 43% | HSV: 112°, 95%, 57%. Copy any format from the conversion table above.
What colors go well with #199207?
The complementary color is HSL(292, 91%, 30%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 91%, 30%) in CSS?
As HSL: color: hsl(112, 91%, 30%); — As HEX: color: #199207; — As RGB: color: rgb(25, 146, 7); — Tailwind CSS: bg-[hsl(112,91%,30%)] — CSS variable: --color-primary: hsl(112, 91%, 30%);