HSL(88, 45%, 13%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,45%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 45%, 13%) | color: hsl(88, 45%, 13%) | |
| HEX | #223012 | color: #223012 | |
| RGB | rgb(34, 48, 18) | color: rgb(34, 48, 18) | |
| CMYK | cmyk(29%, 0%, 63%, 81%) | — | |
| HSV | hsv(88, 63%, 19%) | — | |
| HWB | hwb(88 7% 81%) | color: hwb(88 7% 81%) | |
| OKLCH | oklch(0.2881 0.0532 129.87) | color: oklch(0.2881 0.0532 129.87) | |
| Lab | lab(17.91 -12.25 17.17) | color: lab(17.91 -12.25 17.17) | |
| LCH | lch(17.91 21.09 125.51) | color: lch(17.91 21.09 125.51) |
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)
#282819 — rgb(40, 40, 25)
Deuteranopia (Green-blind)
#27261B — rgb(39, 38, 27)
Tritanopia (Blue-blind)
#231F20 — rgb(35, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 45%, 13%);
text
color: hsl(88, 45%, 13%);
border
border: 2px solid hsl(88, 45%, 13%);
gradient light
background: linear-gradient(to right, hsl(88, 45%, 33%), hsl(88, 45%, 13%));
gradient dark
background: linear-gradient(to right, hsl(88, 45%, 13%), hsl(88, 45%, 0%))
hex
background-color: #223012;
tailwind
bg-[hsl(88,45%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 45%, 13%, 0.4);
css variable
--color-primary: hsl(88, 45%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(88, 45%, 13%)?
HEX: #223012 | RGB: rgb(34, 48, 18) | CMYK: 29%, 0%, 63%, 81% | HSV: 88°, 63%, 19%. Copy any format from the conversion table above.
What colors go well with #223012?
The complementary color is HSL(268, 45%, 13%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 45%, 13%) in CSS?
As HSL: color: hsl(88, 45%, 13%); — As HEX: color: #223012; — As RGB: color: rgb(34, 48, 18); — Tailwind CSS: bg-[hsl(88,45%,13%)] — CSS variable: --color-primary: hsl(88, 45%, 13%);