HSL(110, 90%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,90%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 90%, 19%) | color: hsl(110, 90%, 19%) | |
| HEX | #135C05 | color: #135C05 | |
| RGB | rgb(19, 92, 5) | color: rgb(19, 92, 5) | |
| CMYK | cmyk(79%, 0%, 95%, 64%) | — | |
| HSV | hsv(110, 95%, 36%) | — | |
| HWB | hwb(110 2% 64%) | color: hwb(110 2% 64%) | |
| OKLCH | oklch(0.415 0.1332 141.18) | color: oklch(0.415 0.1332 141.18) | |
| Lab | lab(33.57 -37.98 38.25) | color: lab(33.57 -37.98 38.25) | |
| LCH | lch(33.57 53.9 134.8) | color: lch(33.57 53.9 134.8) |
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)
#33331A — rgb(51, 51, 26)
Deuteranopia (Green-blind)
#2E291F — rgb(46, 41, 31)
Tritanopia (Blue-blind)
#172B2E — rgb(23, 43, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 90%, 19%);
text
color: hsl(110, 90%, 19%);
border
border: 2px solid hsl(110, 90%, 19%);
gradient light
background: linear-gradient(to right, hsl(110, 90%, 39%), hsl(110, 90%, 19%));
gradient dark
background: linear-gradient(to right, hsl(110, 90%, 19%), hsl(110, 90%, 0%))
hex
background-color: #135C05;
tailwind
bg-[hsl(110,90%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 90%, 19%, 0.4);
css variable
--color-primary: hsl(110, 90%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 90%, 19%)?
HEX: #135C05 | RGB: rgb(19, 92, 5) | CMYK: 79%, 0%, 95%, 64% | HSV: 110°, 95%, 36%. Copy any format from the conversion table above.
What colors go well with #135C05?
The complementary color is HSL(290, 90%, 19%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 90%, 19%) in CSS?
As HSL: color: hsl(110, 90%, 19%); — As HEX: color: #135C05; — As RGB: color: rgb(19, 92, 5); — Tailwind CSS: bg-[hsl(110,90%,19%)] — CSS variable: --color-primary: hsl(110, 90%, 19%);