HSL(101, 52%, 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,52%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 52%, 10%) | color: hsl(101, 52%, 10%) | |
| HEX | #15270C | color: #15270C | |
| RGB | rgb(21, 39, 12) | color: rgb(21, 39, 12) | |
| CMYK | cmyk(46%, 0%, 69%, 85%) | — | |
| HSV | hsv(100, 69%, 15%) | — | |
| HWB | hwb(100 5% 85%) | color: hwb(100 5% 85%) | |
| OKLCH | oklch(0.2492 0.0527 136.34) | color: oklch(0.2492 0.0527 136.34) | |
| Lab | lab(13.45 -13.82 14.53) | color: lab(13.45 -13.82 14.53) | |
| LCH | lch(13.45 20.05 133.57) | color: lch(13.45 20.05 133.57) |
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)
#1D1D13 — rgb(29, 29, 19)
Deuteranopia (Green-blind)
#1C1A14 — rgb(28, 26, 20)
Tritanopia (Blue-blind)
#161819 — rgb(22, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 52%, 10%);
text
color: hsl(101, 52%, 10%);
border
border: 2px solid hsl(101, 52%, 10%);
gradient light
background: linear-gradient(to right, hsl(101, 52%, 30%), hsl(101, 52%, 10%));
gradient dark
background: linear-gradient(to right, hsl(101, 52%, 10%), hsl(101, 52%, 0%))
hex
background-color: #15270C;
tailwind
bg-[hsl(101,52%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 52%, 10%, 0.4);
css variable
--color-primary: hsl(101, 52%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 52%, 10%)?
HEX: #15270C | RGB: rgb(21, 39, 12) | CMYK: 46%, 0%, 69%, 85% | HSV: 100°, 69%, 15%. Copy any format from the conversion table above.
What colors go well with #15270C?
The complementary color is HSL(281, 52%, 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, 52%, 10%) in CSS?
As HSL: color: hsl(101, 52%, 10%); — As HEX: color: #15270C; — As RGB: color: rgb(21, 39, 12); — Tailwind CSS: bg-[hsl(101,52%,10%)] — CSS variable: --color-primary: hsl(101, 52%, 10%);