HSL(145, 70%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(145,70%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(145, 70%, 15%) color: hsl(145, 70%, 15%)
HEX #0B4122 color: #0B4122
RGB rgb(11, 65, 34) color: rgb(11, 65, 34)
CMYK cmyk(83%, 0%, 48%, 75%)
HSV hsv(146, 83%, 25%)
HWB hwb(146 4% 75%) color: hwb(146 4% 75%)
OKLCH oklch(0.3324 0.0772 153.1) color: oklch(0.3324 0.0772 153.1)
Lab lab(23.56 -25.55 14.1) color: lab(23.56 -25.55 14.1)
LCH lch(23.56 29.18 151.11) color: lch(23.56 29.18 151.11)

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 11.71:1
vs Black 1.79: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)

#22232A — rgb(34, 35, 42)

Deuteranopia (Green-blind)

#1F1B2B — rgb(31, 27, 43)

Tritanopia (Blue-blind)

#0E2F31 — rgb(14, 47, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(145, 70%, 15%);

text

color: hsl(145, 70%, 15%);

border

border: 2px solid hsl(145, 70%, 15%);

gradient light

background: linear-gradient(to right, hsl(145, 70%, 35%), hsl(145, 70%, 15%));

gradient dark

background: linear-gradient(to right, hsl(145, 70%, 15%), hsl(145, 70%, 0%))

hex

background-color: #0B4122;

tailwind

bg-[hsl(145,70%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(145, 70%, 15%, 0.4);

css variable

--color-primary: hsl(145, 70%, 15%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(145, 70%, 15%)?

HEX: #0B4122 | RGB: rgb(11, 65, 34) | CMYK: 83%, 0%, 48%, 75% | HSV: 146°, 83%, 25%. Copy any format from the conversion table above.

What colors go well with #0B4122?

The complementary color is HSL(325, 70%, 15%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(145, 70%, 15%) in CSS?

As HSL: color: hsl(145, 70%, 15%); — As HEX: color: #0B4122; — As RGB: color: rgb(11, 65, 34); — Tailwind CSS: bg-[hsl(145,70%,15%)] — CSS variable: --color-primary: hsl(145, 70%, 15%);