HSL(147, 57%, 10%)
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(147,57%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 57%, 10%) | color: hsl(147, 57%, 10%) | |
| HEX | #0B2818 | color: #0B2818 | |
| RGB | rgb(11, 40, 24) | color: rgb(11, 40, 24) | |
| CMYK | cmyk(73%, 0%, 40%, 84%) | — | |
| HSV | hsv(147, 73%, 16%) | — | |
| HWB | hwb(147 4% 84%) | color: hwb(147 4% 84%) | |
| OKLCH | oklch(0.2494 0.0465 156.37) | color: oklch(0.2494 0.0465 156.37) | |
| Lab | lab(13.56 -15.64 7.37) | color: lab(13.56 -15.64 7.37) | |
| LCH | lch(13.56 17.29 154.77) | color: lch(13.56 17.29 154.77) |
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)
#18181C — rgb(24, 24, 28)
Deuteranopia (Green-blind)
#16141D — rgb(22, 20, 29)
Tritanopia (Blue-blind)
#0C1F20 — rgb(12, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 57%, 10%);
text
color: hsl(147, 57%, 10%);
border
border: 2px solid hsl(147, 57%, 10%);
gradient light
background: linear-gradient(to right, hsl(147, 57%, 30%), hsl(147, 57%, 10%));
gradient dark
background: linear-gradient(to right, hsl(147, 57%, 10%), hsl(147, 57%, 0%))
hex
background-color: #0B2818;
tailwind
bg-[hsl(147,57%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 57%, 10%, 0.4);
css variable
--color-primary: hsl(147, 57%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(147, 57%, 10%)?
HEX: #0B2818 | RGB: rgb(11, 40, 24) | CMYK: 73%, 0%, 40%, 84% | HSV: 147°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #0B2818?
The complementary color is HSL(327, 57%, 10%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 57%, 10%) in CSS?
As HSL: color: hsl(147, 57%, 10%); — As HEX: color: #0B2818; — As RGB: color: rgb(11, 40, 24); — Tailwind CSS: bg-[hsl(147,57%,10%)] — CSS variable: --color-primary: hsl(147, 57%, 10%);