Toolman

#14532D color

#14532D#14532D

The swatch above shows #14532D with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#14532D is a dark, moderately saturated green, closest to the CSS named color darkslategray (#2F4F4F).

It is also a Tailwind CSS default: green-900. That means you can write bg-green-900 or text-green-900 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#14532D
RGBrgb(20, 83, 45)
HSLhsl(144, 61%, 20%)
CMYKcmyk(76%, 0%, 46%, 67%)
Decimal1332013
CSScolor: #14532D;
Android0xFF14532D
SwiftUIColor(red: 0.078, green: 0.325, blue: 0.176, alpha: 1)

Accessibility and contrast

White text on #14532D9.11:1 — AA pass · AA large pass · AAA pass
Black text on #14532D2.30:1 — AA fail · AA large fail · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #14532D

Each swatch keeps the hue and saturation of #14532D and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #14532D

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #14532D in code

/* CSS */
.element { color: #14532D; background-color: #14532D; }
.element { color: rgb(20 83 45); }
.element { color: hsl(144 61% 20%); }

/* Tailwind */
<div class="bg-green-900 text-white">

/* SCSS variable */
$brand: #14532D;

Frequently asked questions

What color is #14532D?

#14532D is a dark, moderately saturated green. Its hue sits at 144° on the color wheel, with 61% saturation and 20% lightness.

What is #14532D in RGB?

#14532D converts to rgb(20, 83, 45) — 20 red, 83 green and 45 blue.

What is #14532D in CMYK?

Approximately cmyk(76%, 0%, 46%, 67%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #14532D be white or black?

White gives the better contrast ratio (9.11:1 versus 2.30:1).

What is the complementary color of #14532D?

#521439 — the hue directly opposite #14532D on the color wheel.

Convert any color → · Browse all colors