HSL(102, 23%, 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(102,23%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 23%, 7%) | color: hsl(102, 23%, 7%) | |
| HEX | #10160E | color: #10160E | |
| RGB | rgb(16, 22, 14) | color: rgb(16, 22, 14) | |
| CMYK | cmyk(27%, 0%, 36%, 91%) | — | |
| HSV | hsv(105, 36%, 9%) | — | |
| HWB | hwb(105 6% 91%) | color: hwb(105 6% 91%) | |
| OKLCH | oklch(0.1909 0.0183 137.95) | color: oklch(0.1909 0.0183 137.95) | |
| Lab | lab(6.46 -4.11 3.67) | color: lab(6.46 -4.11 3.67) | |
| LCH | lch(6.46 5.51 138.24) | color: lch(6.46 5.51 138.24) |
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)
#131310 — rgb(19, 19, 16)
Deuteranopia (Green-blind)
#121210 — rgb(18, 18, 16)
Tritanopia (Blue-blind)
#101112 — rgb(16, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 23%, 7%);
text
color: hsl(102, 23%, 7%);
border
border: 2px solid hsl(102, 23%, 7%);
gradient light
background: linear-gradient(to right, hsl(102, 23%, 27%), hsl(102, 23%, 7%));
gradient dark
background: linear-gradient(to right, hsl(102, 23%, 7%), hsl(102, 23%, 0%))
hex
background-color: #10160E;
tailwind
bg-[hsl(102,23%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 23%, 7%, 0.4);
css variable
--color-primary: hsl(102, 23%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(102, 23%, 7%)?
HEX: #10160E | RGB: rgb(16, 22, 14) | CMYK: 27%, 0%, 36%, 91% | HSV: 105°, 36%, 9%. Copy any format from the conversion table above.
What colors go well with #10160E?
The complementary color is HSL(282, 23%, 7%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 23%, 7%) in CSS?
As HSL: color: hsl(102, 23%, 7%); — As HEX: color: #10160E; — As RGB: color: rgb(16, 22, 14); — Tailwind CSS: bg-[hsl(102,23%,7%)] — CSS variable: --color-primary: hsl(102, 23%, 7%);