HSL(133, 52%, 8%)

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(133,52%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 52%, 8%) color: hsl(133, 52%, 8%)
HEX #0A1F0E color: #0A1F0E
RGB rgb(10, 31, 14) color: rgb(10, 31, 14)
CMYK cmyk(68%, 0%, 55%, 88%)
HSV hsv(131, 68%, 12%)
HWB hwb(131 4% 88%) color: hwb(131 4% 88%)
OKLCH oklch(0.2162 0.0427 148.16) color: oklch(0.2162 0.0427 148.16)
Lab lab(9.61 -12.98 8.18) color: lab(9.61 -12.98 8.18)
LCH lch(9.61 15.34 147.78) color: lch(9.61 15.34 147.78)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 17.28:1
vs Black 1.22:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#131312 — rgb(19, 19, 18)

Deuteranopia (Green-blind)

#121013 — rgb(18, 16, 19)

Tritanopia (Blue-blind)

#0B1516 — rgb(11, 21, 22)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 52%, 8%);

text

color: hsl(133, 52%, 8%);

border

border: 2px solid hsl(133, 52%, 8%);

gradient light

background: linear-gradient(to right, hsl(133, 52%, 28%), hsl(133, 52%, 8%));

gradient dark

background: linear-gradient(to right, hsl(133, 52%, 8%), hsl(133, 52%, 0%))

hex

background-color: #0A1F0E;

tailwind

bg-[hsl(133,52%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 52%, 8%, 0.4);

css variable

--color-primary: hsl(133, 52%, 8%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(133, 52%, 8%)?

HEX: #0A1F0E | RGB: rgb(10, 31, 14) | CMYK: 68%, 0%, 55%, 88% | HSV: 131°, 68%, 12%. Copy any format from the conversion table above.

What colors go well with #0A1F0E?

The complementary color is HSL(313, 52%, 8%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 52%, 8%) in CSS?

As HSL: color: hsl(133, 52%, 8%); — As HEX: color: #0A1F0E; — As RGB: color: rgb(10, 31, 14); — Tailwind CSS: bg-[hsl(133,52%,8%)] — CSS variable: --color-primary: hsl(133, 52%, 8%);