HSL(101, 50%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,50%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 50%, 10%) | color: hsl(101, 50%, 10%) | |
| HEX | #15260D | color: #15260D | |
| RGB | rgb(21, 38, 13) | color: rgb(21, 38, 13) | |
| CMYK | cmyk(45%, 0%, 66%, 85%) | — | |
| HSV | hsv(101, 66%, 15%) | — | |
| HWB | hwb(101 5% 85%) | color: hwb(101 5% 85%) | |
| OKLCH | oklch(0.2462 0.0496 136.58) | color: oklch(0.2462 0.0496 136.58) | |
| Lab | lab(13.08 -13.09 13.56) | color: lab(13.08 -13.09 13.56) | |
| LCH | lch(13.08 18.85 133.99) | color: lch(13.08 18.85 133.99) |
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)
#1C1D13 — rgb(28, 29, 19)
Deuteranopia (Green-blind)
#1B1A15 — rgb(27, 26, 21)
Tritanopia (Blue-blind)
#161819 — rgb(22, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 50%, 10%);
text
color: hsl(101, 50%, 10%);
border
border: 2px solid hsl(101, 50%, 10%);
gradient light
background: linear-gradient(to right, hsl(101, 50%, 30%), hsl(101, 50%, 10%));
gradient dark
background: linear-gradient(to right, hsl(101, 50%, 10%), hsl(101, 50%, 0%))
hex
background-color: #15260D;
tailwind
bg-[hsl(101,50%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 50%, 10%, 0.4);
css variable
--color-primary: hsl(101, 50%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 50%, 10%)?
HEX: #15260D | RGB: rgb(21, 38, 13) | CMYK: 45%, 0%, 66%, 85% | HSV: 101°, 66%, 15%. Copy any format from the conversion table above.
What colors go well with #15260D?
The complementary color is HSL(281, 50%, 10%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 50%, 10%) in CSS?
As HSL: color: hsl(101, 50%, 10%); — As HEX: color: #15260D; — As RGB: color: rgb(21, 38, 13); — Tailwind CSS: bg-[hsl(101,50%,10%)] — CSS variable: --color-primary: hsl(101, 50%, 10%);