HSL(110, 26%, 7%)
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(110,26%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 26%, 7%) | color: hsl(110, 26%, 7%) | |
| HEX | #0F160D | color: #0F160D | |
| RGB | rgb(15, 22, 13) | color: rgb(15, 22, 13) | |
| CMYK | cmyk(32%, 0%, 41%, 91%) | — | |
| HSV | hsv(107, 41%, 9%) | — | |
| HWB | hwb(107 5% 91%) | color: hwb(107 5% 91%) | |
| OKLCH | oklch(0.1897 0.0207 138.8) | color: oklch(0.1897 0.0207 138.8) | |
| Lab | lab(6.36 -4.63 4) | color: lab(6.36 -4.63 4) | |
| LCH | lch(6.36 6.12 139.18) | color: lch(6.36 6.12 139.18) |
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)
#12120F — rgb(18, 18, 15)
Deuteranopia (Green-blind)
#121110 — rgb(18, 17, 16)
Tritanopia (Blue-blind)
#0F1111 — rgb(15, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 26%, 7%);
text
color: hsl(110, 26%, 7%);
border
border: 2px solid hsl(110, 26%, 7%);
gradient light
background: linear-gradient(to right, hsl(110, 26%, 27%), hsl(110, 26%, 7%));
gradient dark
background: linear-gradient(to right, hsl(110, 26%, 7%), hsl(110, 26%, 0%))
hex
background-color: #0F160D;
tailwind
bg-[hsl(110,26%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 26%, 7%, 0.4);
css variable
--color-primary: hsl(110, 26%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(110, 26%, 7%)?
HEX: #0F160D | RGB: rgb(15, 22, 13) | CMYK: 32%, 0%, 41%, 91% | HSV: 107°, 41%, 9%. Copy any format from the conversion table above.
What colors go well with #0F160D?
The complementary color is HSL(290, 26%, 7%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 26%, 7%) in CSS?
As HSL: color: hsl(110, 26%, 7%); — As HEX: color: #0F160D; — As RGB: color: rgb(15, 22, 13); — Tailwind CSS: bg-[hsl(110,26%,7%)] — CSS variable: --color-primary: hsl(110, 26%, 7%);