Dark Green (#013220)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 14.20:1 — vs black: 1.48:1

Color values

  • HEX #013220
  • RGB rgb(1, 50, 32)
  • HSL hsl(157, 98%, 19%)
  • CMYK cmyk( 98, 0, 36, 80.39 )
  • Websafe #003333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #013220 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dark Green
#013220 Base
#320113
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dark Green
#013220 Base
#013208
#012B32
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dark Green
#013220 Base
#200132
#322001
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dark Green
#013220 Base
#32012B
#320801
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dark Green
#013220 Base
#080132
#320113
#2B3201
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dark Green
#013220 Base
#011910
#025A3A
#037D50
#04C880
Shades & Tints

Darker shades and lighter tints of Dark Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#011910
#011E13
#012316
#01281A
#012D1D
Dark Green #013220 Base
#038756
#04DC8D
#3CFBB5
#91FDD5
#E6FEF6
CSS & SCSS Snippets

Ready-to-use code snippets for #013220. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #013220;
}

/* Text */
.element {
    color: #013220;
}

/* Border */
.element {
    border: 1px solid #013220;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #013220,
        #630125
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #013220,
        #630125
    );
}
SCSS Variable
// SCSS variable
$dark-green: #013220;

// With RGB channels (useful for rgba() usage)
$dark-green-r: 1;
$dark-green-g: 50;
$dark-green-b: 32;

// Usage
.element {
    background-color: $dark-green;
    color: rgba($dark-green-r, $dark-green-g, $dark-green-b, 0.8);
}
Color Blindness Simulation

How Dark Green appears to people with different types of color vision deficiency.

Normal Vision #013220 How the color appears with full color vision.
Deuteranopia #2A2A21 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #2F2F20 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #093030 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #2B2B2B Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dark Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dark Green #013220 Base
Phthalo Green #123524 ΔE 2.48
British Racing Green #004225 ΔE 5.95
Medium Jungle Green #1C352D ΔE 6.95
MSU Green #18453B ΔE 7.33

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.