HSL(108, 90%, 12%)
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(108,90%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 90%, 12%) | color: hsl(108, 90%, 12%) | |
| HEX | #0E3A03 | color: #0E3A03 | |
| RGB | rgb(14, 58, 3) | color: rgb(14, 58, 3) | |
| CMYK | cmyk(76%, 0%, 95%, 77%) | — | |
| HSV | hsv(108, 95%, 23%) | — | |
| HWB | hwb(108 1% 77%) | color: hwb(108 1% 77%) | |
| OKLCH | oklch(0.3063 0.0947 140.12) | color: oklch(0.3063 0.0947 140.12) | |
| Lab | lab(20.54 -26.48 26.84) | color: lab(20.54 -26.48 26.84) | |
| LCH | lch(20.54 37.7 134.61) | color: lch(20.54 37.7 134.61) |
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)
#212110 — rgb(33, 33, 16)
Deuteranopia (Green-blind)
#1F1B14 — rgb(31, 27, 20)
Tritanopia (Blue-blind)
#101B1D — rgb(16, 27, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 90%, 12%);
text
color: hsl(108, 90%, 12%);
border
border: 2px solid hsl(108, 90%, 12%);
gradient light
background: linear-gradient(to right, hsl(108, 90%, 32%), hsl(108, 90%, 12%));
gradient dark
background: linear-gradient(to right, hsl(108, 90%, 12%), hsl(108, 90%, 0%))
hex
background-color: #0E3A03;
tailwind
bg-[hsl(108,90%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 90%, 12%, 0.4);
css variable
--color-primary: hsl(108, 90%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(108, 90%, 12%)?
HEX: #0E3A03 | RGB: rgb(14, 58, 3) | CMYK: 76%, 0%, 95%, 77% | HSV: 108°, 95%, 23%. Copy any format from the conversion table above.
What colors go well with #0E3A03?
The complementary color is HSL(288, 90%, 12%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 90%, 12%) in CSS?
As HSL: color: hsl(108, 90%, 12%); — As HEX: color: #0E3A03; — As RGB: color: rgb(14, 58, 3); — Tailwind CSS: bg-[hsl(108,90%,12%)] — CSS variable: --color-primary: hsl(108, 90%, 12%);