HSL(102, 35%, 5%)
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,35%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 35%, 5%) | color: hsl(102, 35%, 5%) | |
| HEX | #0B1108 | color: #0B1108 | |
| RGB | rgb(11, 17, 8) | color: rgb(11, 17, 8) | |
| CMYK | cmyk(35%, 0%, 53%, 93%) | — | |
| HSV | hsv(100, 53%, 7%) | — | |
| HWB | hwb(100 3% 93%) | color: hwb(100 3% 93%) | |
| OKLCH | oklch(0.1679 0.0206 135.22) | color: oklch(0.1679 0.0206 135.22) | |
| Lab | lab(4.42 -3.4 3.28) | color: lab(4.42 -3.4 3.28) | |
| LCH | lch(4.42 4.72 136.03) | color: lch(4.42 4.72 136.03) |
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)
#0E0E0A — rgb(14, 14, 10)
Deuteranopia (Green-blind)
#0D0D0B — rgb(13, 13, 11)
Tritanopia (Blue-blind)
#0B0C0C — rgb(11, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 35%, 5%);
text
color: hsl(102, 35%, 5%);
border
border: 2px solid hsl(102, 35%, 5%);
gradient light
background: linear-gradient(to right, hsl(102, 35%, 25%), hsl(102, 35%, 5%));
gradient dark
background: linear-gradient(to right, hsl(102, 35%, 5%), hsl(102, 35%, 0%))
hex
background-color: #0B1108;
tailwind
bg-[hsl(102,35%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 35%, 5%, 0.4);
css variable
--color-primary: hsl(102, 35%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(102, 35%, 5%)?
HEX: #0B1108 | RGB: rgb(11, 17, 8) | CMYK: 35%, 0%, 53%, 93% | HSV: 100°, 53%, 7%. Copy any format from the conversion table above.
What colors go well with #0B1108?
The complementary color is HSL(282, 35%, 5%). 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, 35%, 5%) in CSS?
As HSL: color: hsl(102, 35%, 5%); — As HEX: color: #0B1108; — As RGB: color: rgb(11, 17, 8); — Tailwind CSS: bg-[hsl(102,35%,5%)] — CSS variable: --color-primary: hsl(102, 35%, 5%);