HSL(112, 78%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,78%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 78%, 15%) | color: hsl(112, 78%, 15%) | |
| HEX | #104408 | color: #104408 | |
| RGB | rgb(16, 68, 8) | color: rgb(16, 68, 8) | |
| CMYK | cmyk(76%, 0%, 88%, 73%) | — | |
| HSV | hsv(112, 88%, 27%) | — | |
| HWB | hwb(112 3% 73%) | color: hwb(112 3% 73%) | |
| OKLCH | oklch(0.3396 0.1033 141.29) | color: oklch(0.3396 0.1033 141.29) | |
| Lab | lab(24.52 -29.51 28.97) | color: lab(24.52 -29.51 28.97) | |
| LCH | lch(24.52 41.35 135.53) | color: lch(24.52 41.35 135.53) |
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)
#272717 — rgb(39, 39, 23)
Deuteranopia (Green-blind)
#24201A — rgb(36, 32, 26)
Tritanopia (Blue-blind)
#132225 — rgb(19, 34, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 78%, 15%);
text
color: hsl(112, 78%, 15%);
border
border: 2px solid hsl(112, 78%, 15%);
gradient light
background: linear-gradient(to right, hsl(112, 78%, 35%), hsl(112, 78%, 15%));
gradient dark
background: linear-gradient(to right, hsl(112, 78%, 15%), hsl(112, 78%, 0%))
hex
background-color: #104408;
tailwind
bg-[hsl(112,78%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 78%, 15%, 0.4);
css variable
--color-primary: hsl(112, 78%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 78%, 15%)?
HEX: #104408 | RGB: rgb(16, 68, 8) | CMYK: 76%, 0%, 88%, 73% | HSV: 112°, 88%, 27%. Copy any format from the conversion table above.
What colors go well with #104408?
The complementary color is HSL(292, 78%, 15%). 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, 78%, 15%) in CSS?
As HSL: color: hsl(112, 78%, 15%); — As HEX: color: #104408; — As RGB: color: rgb(16, 68, 8); — Tailwind CSS: bg-[hsl(112,78%,15%)] — CSS variable: --color-primary: hsl(112, 78%, 15%);