HSL(104, 70%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,70%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 70%, 15%) | color: hsl(104, 70%, 15%) | |
| HEX | #1A410B | color: #1A410B | |
| RGB | rgb(26, 65, 11) | color: rgb(26, 65, 11) | |
| CMYK | cmyk(60%, 0%, 83%, 75%) | — | |
| HSV | hsv(103, 83%, 25%) | — | |
| HWB | hwb(103 4% 75%) | color: hwb(103 4% 75%) | |
| OKLCH | oklch(0.3343 0.0924 138.62) | color: oklch(0.3343 0.0924 138.62) | |
| Lab | lab(23.75 -25.13 27.1) | color: lab(23.75 -25.13 27.1) | |
| LCH | lch(23.75 36.96 132.84) | color: lch(23.75 36.96 132.84) |
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)
#2B2B18 — rgb(43, 43, 24)
Deuteranopia (Green-blind)
#29261B — rgb(41, 38, 27)
Tritanopia (Blue-blind)
#1C2225 — rgb(28, 34, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 70%, 15%);
text
color: hsl(104, 70%, 15%);
border
border: 2px solid hsl(104, 70%, 15%);
gradient light
background: linear-gradient(to right, hsl(104, 70%, 35%), hsl(104, 70%, 15%));
gradient dark
background: linear-gradient(to right, hsl(104, 70%, 15%), hsl(104, 70%, 0%))
hex
background-color: #1A410B;
tailwind
bg-[hsl(104,70%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 70%, 15%, 0.4);
css variable
--color-primary: hsl(104, 70%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 70%, 15%)?
HEX: #1A410B | RGB: rgb(26, 65, 11) | CMYK: 60%, 0%, 83%, 75% | HSV: 103°, 83%, 25%. Copy any format from the conversion table above.
What colors go well with #1A410B?
The complementary color is HSL(284, 70%, 15%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 70%, 15%) in CSS?
As HSL: color: hsl(104, 70%, 15%); — As HEX: color: #1A410B; — As RGB: color: rgb(26, 65, 11); — Tailwind CSS: bg-[hsl(104,70%,15%)] — CSS variable: --color-primary: hsl(104, 70%, 15%);