HSL(132, 55%, 13%)
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(132,55%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 55%, 13%) | color: hsl(132, 55%, 13%) | |
| HEX | #0F3316 | color: #0F3316 | |
| RGB | rgb(15, 51, 22) | color: rgb(15, 51, 22) | |
| CMYK | cmyk(71%, 0%, 57%, 80%) | — | |
| HSV | hsv(132, 71%, 20%) | — | |
| HWB | hwb(132 6% 80%) | color: hwb(132 6% 80%) | |
| OKLCH | oklch(0.2865 0.0661 147.45) | color: oklch(0.2865 0.0661 147.45) | |
| Lab | lab(18.04 -20.6 14.6) | color: lab(18.04 -20.6 14.6) | |
| LCH | lch(18.04 25.25 144.67) | color: lch(18.04 25.25 144.67) |
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)
#1F1F1D — rgb(31, 31, 29)
Deuteranopia (Green-blind)
#1D1A1F — rgb(29, 26, 31)
Tritanopia (Blue-blind)
#112324 — rgb(17, 35, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 55%, 13%);
text
color: hsl(132, 55%, 13%);
border
border: 2px solid hsl(132, 55%, 13%);
gradient light
background: linear-gradient(to right, hsl(132, 55%, 33%), hsl(132, 55%, 13%));
gradient dark
background: linear-gradient(to right, hsl(132, 55%, 13%), hsl(132, 55%, 0%))
hex
background-color: #0F3316;
tailwind
bg-[hsl(132,55%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 55%, 13%, 0.4);
css variable
--color-primary: hsl(132, 55%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(132, 55%, 13%)?
HEX: #0F3316 | RGB: rgb(15, 51, 22) | CMYK: 71%, 0%, 57%, 80% | HSV: 132°, 71%, 20%. Copy any format from the conversion table above.
What colors go well with #0F3316?
The complementary color is HSL(312, 55%, 13%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 55%, 13%) in CSS?
As HSL: color: hsl(132, 55%, 13%); — As HEX: color: #0F3316; — As RGB: color: rgb(15, 51, 22); — Tailwind CSS: bg-[hsl(132,55%,13%)] — CSS variable: --color-primary: hsl(132, 55%, 13%);