HSL(106, 68%, 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(106,68%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 68%, 10%) | color: hsl(106, 68%, 10%) | |
| HEX | #102B08 | color: #102B08 | |
| RGB | rgb(16, 43, 8) | color: rgb(16, 43, 8) | |
| CMYK | cmyk(63%, 0%, 81%, 83%) | — | |
| HSV | hsv(106, 81%, 17%) | — | |
| HWB | hwb(106 3% 83%) | color: hwb(106 3% 83%) | |
| OKLCH | oklch(0.2585 0.0673 139.26) | color: oklch(0.2585 0.0673 139.26) | |
| Lab | lab(14.71 -18.54 17.8) | color: lab(14.71 -18.54 17.8) | |
| LCH | lch(14.71 25.7 136.17) | color: lch(14.71 25.7 136.17) |
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)
#1C1C10 — rgb(28, 28, 16)
Deuteranopia (Green-blind)
#1A1813 — rgb(26, 24, 19)
Tritanopia (Blue-blind)
#111719 — rgb(17, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 68%, 10%);
text
color: hsl(106, 68%, 10%);
border
border: 2px solid hsl(106, 68%, 10%);
gradient light
background: linear-gradient(to right, hsl(106, 68%, 30%), hsl(106, 68%, 10%));
gradient dark
background: linear-gradient(to right, hsl(106, 68%, 10%), hsl(106, 68%, 0%))
hex
background-color: #102B08;
tailwind
bg-[hsl(106,68%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 68%, 10%, 0.4);
css variable
--color-primary: hsl(106, 68%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(106, 68%, 10%)?
HEX: #102B08 | RGB: rgb(16, 43, 8) | CMYK: 63%, 0%, 81%, 83% | HSV: 106°, 81%, 17%. Copy any format from the conversion table above.
What colors go well with #102B08?
The complementary color is HSL(286, 68%, 10%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 68%, 10%) in CSS?
As HSL: color: hsl(106, 68%, 10%); — As HEX: color: #102B08; — As RGB: color: rgb(16, 43, 8); — Tailwind CSS: bg-[hsl(106,68%,10%)] — CSS variable: --color-primary: hsl(106, 68%, 10%);