HSL(117, 74%, 12%)

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(117,74%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 74%, 12%) color: hsl(117, 74%, 12%)
HEX #0A3508 color: #0A3508
RGB rgb(10, 53, 8) color: rgb(10, 53, 8)
CMYK cmyk(81%, 0%, 85%, 79%)
HSV hsv(117, 85%, 21%)
HWB hwb(117 3% 79%) color: hwb(117 3% 79%)
OKLCH oklch(0.2891 0.0854 142.39) color: oklch(0.2891 0.0854 142.39)
Lab lab(18.49 -24.88 22.42) color: lab(18.49 -24.88 22.42)
LCH lch(18.49 33.49 137.98) color: lch(18.49 33.49 137.98)

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 13.76:1
vs Black 1.53: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)

#1D1D13 — rgb(29, 29, 19)

Deuteranopia (Green-blind)

#1A1716 — rgb(26, 23, 22)

Tritanopia (Blue-blind)

#0C1B1D — rgb(12, 27, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 74%, 12%);

text

color: hsl(117, 74%, 12%);

border

border: 2px solid hsl(117, 74%, 12%);

gradient light

background: linear-gradient(to right, hsl(117, 74%, 32%), hsl(117, 74%, 12%));

gradient dark

background: linear-gradient(to right, hsl(117, 74%, 12%), hsl(117, 74%, 0%))

hex

background-color: #0A3508;

tailwind

bg-[hsl(117,74%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 74%, 12%, 0.4);

css variable

--color-primary: hsl(117, 74%, 12%);

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(117, 74%, 12%)?

HEX: #0A3508 | RGB: rgb(10, 53, 8) | CMYK: 81%, 0%, 85%, 79% | HSV: 117°, 85%, 21%. Copy any format from the conversion table above.

What colors go well with #0A3508?

The complementary color is HSL(297, 74%, 12%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 74%, 12%) in CSS?

As HSL: color: hsl(117, 74%, 12%); — As HEX: color: #0A3508; — As RGB: color: rgb(10, 53, 8); — Tailwind CSS: bg-[hsl(117,74%,12%)] — CSS variable: --color-primary: hsl(117, 74%, 12%);