HSL(148, 50%, 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(148,50%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 50%, 13%) | color: hsl(148, 50%, 13%) | |
| HEX | #113220 | color: #113220 | |
| RGB | rgb(17, 50, 32) | color: rgb(17, 50, 32) | |
| CMYK | cmyk(66%, 0%, 36%, 80%) | — | |
| HSV | hsv(147, 66%, 20%) | — | |
| HWB | hwb(147 7% 80%) | color: hwb(147 7% 80%) | |
| OKLCH | oklch(0.2865 0.0513 156.97) | color: oklch(0.2865 0.0513 156.97) | |
| Lab | lab(17.94 -17.29 7.91) | color: lab(17.94 -17.29 7.91) | |
| LCH | lch(17.94 19.01 155.42) | color: lch(17.94 19.01 155.42) |
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)
#1F2024 — rgb(31, 32, 36)
Deuteranopia (Green-blind)
#1D1B25 — rgb(29, 27, 37)
Tritanopia (Blue-blind)
#132829 — rgb(19, 40, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 50%, 13%);
text
color: hsl(148, 50%, 13%);
border
border: 2px solid hsl(148, 50%, 13%);
gradient light
background: linear-gradient(to right, hsl(148, 50%, 33%), hsl(148, 50%, 13%));
gradient dark
background: linear-gradient(to right, hsl(148, 50%, 13%), hsl(148, 50%, 0%))
hex
background-color: #113220;
tailwind
bg-[hsl(148,50%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 50%, 13%, 0.4);
css variable
--color-primary: hsl(148, 50%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(148, 50%, 13%)?
HEX: #113220 | RGB: rgb(17, 50, 32) | CMYK: 66%, 0%, 36%, 80% | HSV: 147°, 66%, 20%. Copy any format from the conversion table above.
What colors go well with #113220?
The complementary color is HSL(328, 50%, 13%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 50%, 13%) in CSS?
As HSL: color: hsl(148, 50%, 13%); — As HEX: color: #113220; — As RGB: color: rgb(17, 50, 32); — Tailwind CSS: bg-[hsl(148,50%,13%)] — CSS variable: --color-primary: hsl(148, 50%, 13%);