HSL(112, 69%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,69%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 69%, 16%) | color: hsl(112, 69%, 16%) | |
| HEX | #14450D | color: #14450D | |
| RGB | rgb(20, 69, 13) | color: rgb(20, 69, 13) | |
| CMYK | cmyk(71%, 0%, 81%, 73%) | — | |
| HSV | hsv(113, 81%, 27%) | — | |
| HWB | hwb(113 5% 73%) | color: hwb(113 5% 73%) | |
| OKLCH | oklch(0.3445 0.0997 141.33) | color: oklch(0.3445 0.0997 141.33) | |
| Lab | lab(25.06 -28.49 27.48) | color: lab(25.06 -28.49 27.48) | |
| LCH | lch(25.06 39.58 136.03) | color: lch(25.06 39.58 136.03) |
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)
#292A1B — rgb(41, 42, 27)
Deuteranopia (Green-blind)
#26231E — rgb(38, 35, 30)
Tritanopia (Blue-blind)
#162528 — rgb(22, 37, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 69%, 16%);
text
color: hsl(112, 69%, 16%);
border
border: 2px solid hsl(112, 69%, 16%);
gradient light
background: linear-gradient(to right, hsl(112, 69%, 36%), hsl(112, 69%, 16%));
gradient dark
background: linear-gradient(to right, hsl(112, 69%, 16%), hsl(112, 69%, 0%))
hex
background-color: #14450D;
tailwind
bg-[hsl(112,69%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 69%, 16%, 0.4);
css variable
--color-primary: hsl(112, 69%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 69%, 16%)?
HEX: #14450D | RGB: rgb(20, 69, 13) | CMYK: 71%, 0%, 81%, 73% | HSV: 113°, 81%, 27%. Copy any format from the conversion table above.
What colors go well with #14450D?
The complementary color is HSL(292, 69%, 16%). 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, 69%, 16%) in CSS?
As HSL: color: hsl(112, 69%, 16%); — As HEX: color: #14450D; — As RGB: color: rgb(20, 69, 13); — Tailwind CSS: bg-[hsl(112,69%,16%)] — CSS variable: --color-primary: hsl(112, 69%, 16%);