HSL(137, 30%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(137,30%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 30%, 25%) color: hsl(137, 30%, 25%)
HEX #2D5337 color: #2D5337
RGB rgb(45, 83, 55) color: rgb(45, 83, 55)
CMYK cmyk(46%, 0%, 34%, 67%)
HSV hsv(136, 46%, 33%)
HWB hwb(136 18% 67%) color: hwb(136 18% 67%)
OKLCH oklch(0.4053 0.0643 151.12) color: oklch(0.4053 0.0643 151.12)
Lab lab(31.85 -20.62 12.28) color: lab(31.85 -20.62 12.28)
LCH lch(31.85 24 149.22) color: lch(31.85 24 149.22)

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 8.74:1
vs Black 2.4: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)

#3D3E3E — rgb(61, 62, 62)

Deuteranopia (Green-blind)

#3B383F — rgb(59, 56, 63)

Tritanopia (Blue-blind)

#2F4344 — rgb(47, 67, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 30%, 25%);

text

color: hsl(137, 30%, 25%);

border

border: 2px solid hsl(137, 30%, 25%);

gradient light

background: linear-gradient(to right, hsl(137, 30%, 45%), hsl(137, 30%, 25%));

gradient dark

background: linear-gradient(to right, hsl(137, 30%, 25%), hsl(137, 30%, 5%))

hex

background-color: #2D5337;

tailwind

bg-[hsl(137,30%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 30%, 25%, 0.4);

css variable

--color-primary: hsl(137, 30%, 25%);

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(137, 30%, 25%)?

HEX: #2D5337 | RGB: rgb(45, 83, 55) | CMYK: 46%, 0%, 34%, 67% | HSV: 136°, 46%, 33%. Copy any format from the conversion table above.

What colors go well with #2D5337?

The complementary color is HSL(317, 30%, 25%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 30%, 25%) in CSS?

As HSL: color: hsl(137, 30%, 25%); — As HEX: color: #2D5337; — As RGB: color: rgb(45, 83, 55); — Tailwind CSS: bg-[hsl(137,30%,25%)] — CSS variable: --color-primary: hsl(137, 30%, 25%);