HSL(148, 45%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,45%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 45%, 15%) color: hsl(148, 45%, 15%)
HEX #153725 color: #153725
RGB rgb(21, 55, 37) color: rgb(21, 55, 37)
CMYK cmyk(62%, 0%, 33%, 78%)
HSV hsv(148, 62%, 22%)
HWB hwb(148 8% 78%) color: hwb(148 8% 78%)
OKLCH oklch(0.3054 0.0518 158.04) color: oklch(0.3054 0.0518 158.04)
Lab lab(20.14 -17.55 7.62) color: lab(20.14 -17.55 7.62)
LCH lch(20.14 19.13 156.53) color: lch(20.14 19.13 156.53)

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.08:1
vs Black 1.61: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)

#242429 — rgb(36, 36, 41)

Deuteranopia (Green-blind)

#221F2A — rgb(34, 31, 42)

Tritanopia (Blue-blind)

#172D2E — rgb(23, 45, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 45%, 15%);

text

color: hsl(148, 45%, 15%);

border

border: 2px solid hsl(148, 45%, 15%);

gradient light

background: linear-gradient(to right, hsl(148, 45%, 35%), hsl(148, 45%, 15%));

gradient dark

background: linear-gradient(to right, hsl(148, 45%, 15%), hsl(148, 45%, 0%))

hex

background-color: #153725;

tailwind

bg-[hsl(148,45%,15%)]

box shadow

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

css variable

--color-primary: hsl(148, 45%, 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(148, 45%, 15%)?

HEX: #153725 | RGB: rgb(21, 55, 37) | CMYK: 62%, 0%, 33%, 78% | HSV: 148°, 62%, 22%. Copy any format from the conversion table above.

What colors go well with #153725?

The complementary color is HSL(328, 45%, 15%). 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, 45%, 15%) in CSS?

As HSL: color: hsl(148, 45%, 15%); — As HEX: color: #153725; — As RGB: color: rgb(21, 55, 37); — Tailwind CSS: bg-[hsl(148,45%,15%)] — CSS variable: --color-primary: hsl(148, 45%, 15%);