HSL(130, 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(130,50%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 50%, 10%) | color: hsl(130, 50%, 10%) | |
| HEX | #0D2611 | color: #0D2611 | |
| RGB | rgb(13, 38, 17) | color: rgb(13, 38, 17) | |
| CMYK | cmyk(66%, 0%, 55%, 85%) | — | |
| HSV | hsv(130, 66%, 15%) | — | |
| HWB | hwb(130 5% 85%) | color: hwb(130 5% 85%) | |
| OKLCH | oklch(0.242 0.0502 147.22) | color: oklch(0.242 0.0502 147.22) | |
| Lab | lab(12.69 -15.56 10.84) | color: lab(12.69 -15.56 10.84) | |
| LCH | lch(12.69 18.96 145.14) | color: lch(12.69 18.96 145.14) |
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)
#181816 — rgb(24, 24, 22)
Deuteranopia (Green-blind)
#161517 — rgb(22, 21, 23)
Tritanopia (Blue-blind)
#0E1A1B — rgb(14, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 50%, 10%);
text
color: hsl(130, 50%, 10%);
border
border: 2px solid hsl(130, 50%, 10%);
gradient light
background: linear-gradient(to right, hsl(130, 50%, 30%), hsl(130, 50%, 10%));
gradient dark
background: linear-gradient(to right, hsl(130, 50%, 10%), hsl(130, 50%, 0%))
hex
background-color: #0D2611;
tailwind
bg-[hsl(130,50%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 50%, 10%, 0.4);
css variable
--color-primary: hsl(130, 50%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(130, 50%, 10%)?
HEX: #0D2611 | RGB: rgb(13, 38, 17) | CMYK: 66%, 0%, 55%, 85% | HSV: 130°, 66%, 15%. Copy any format from the conversion table above.
What colors go well with #0D2611?
The complementary color is HSL(310, 50%, 10%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 50%, 10%) in CSS?
As HSL: color: hsl(130, 50%, 10%); — As HEX: color: #0D2611; — As RGB: color: rgb(13, 38, 17); — Tailwind CSS: bg-[hsl(130,50%,10%)] — CSS variable: --color-primary: hsl(130, 50%, 10%);