HSL(111, 47%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,47%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 47%, 15%) | color: hsl(111, 47%, 15%) | |
| HEX | #1A3814 | color: #1A3814 | |
| RGB | rgb(26, 56, 20) | color: rgb(26, 56, 20) | |
| CMYK | cmyk(54%, 0%, 64%, 78%) | — | |
| HSV | hsv(110, 64%, 22%) | — | |
| HWB | hwb(110 8% 78%) | color: hwb(110 8% 78%) | |
| OKLCH | oklch(0.3074 0.0703 140.39) | color: oklch(0.3074 0.0703 140.39) | |
| Lab | lab(20.43 -19.78 18.86) | color: lab(20.43 -19.78 18.86) | |
| LCH | lch(20.43 27.33 136.36) | color: lch(20.43 27.33 136.36) |
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)
#27271D — rgb(39, 39, 29)
Deuteranopia (Green-blind)
#25231F — rgb(37, 35, 31)
Tritanopia (Blue-blind)
#1C2425 — rgb(28, 36, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 47%, 15%);
text
color: hsl(111, 47%, 15%);
border
border: 2px solid hsl(111, 47%, 15%);
gradient light
background: linear-gradient(to right, hsl(111, 47%, 35%), hsl(111, 47%, 15%));
gradient dark
background: linear-gradient(to right, hsl(111, 47%, 15%), hsl(111, 47%, 0%))
hex
background-color: #1A3814;
tailwind
bg-[hsl(111,47%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 47%, 15%, 0.4);
css variable
--color-primary: hsl(111, 47%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 47%, 15%)?
HEX: #1A3814 | RGB: rgb(26, 56, 20) | CMYK: 54%, 0%, 64%, 78% | HSV: 110°, 64%, 22%. Copy any format from the conversion table above.
What colors go well with #1A3814?
The complementary color is HSL(291, 47%, 15%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 47%, 15%) in CSS?
As HSL: color: hsl(111, 47%, 15%); — As HEX: color: #1A3814; — As RGB: color: rgb(26, 56, 20); — Tailwind CSS: bg-[hsl(111,47%,15%)] — CSS variable: --color-primary: hsl(111, 47%, 15%);