UP Forest Green (#014421)

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: 11.35:1 — vs black: 1.85:1

Color values

  • HEX #014421
  • RGB rgb(1, 68, 33)
  • HSL hsl(148, 98%, 26%)
  • CMYK cmyk( 98.53, 0, 51.47, 73.33 )
  • Websafe #003333

Tags

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

Color Harmonies

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

Complementary

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

UP Forest Green
#014421 Base
#440124
Analogous

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

UP Forest Green
#014421 Base
#034401
#014442
Triadic

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

UP Forest Green
#014421 Base
#210144
#442101
Split-Complementary

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

UP Forest Green
#014421 Base
#420144
#440103
Tetradic (Square)

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

UP Forest Green
#014421 Base
#010344
#440124
#444201
Monochromatic

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

UP Forest Green
#014421 Base
#00190C
#001C0D
#026C35
#028F46
#03DB6A
Shades & Tints

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

Shades (darker)

#00190C
#002210
#012A15
#013319
#013B1D
UP Forest Green #014421 Base
#029649
#03E870
#42FC9B
#94FDC6
#E6FFF2
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #014421,
        #870147
    );
}
SCSS Variable
// SCSS variable
$up-forest-green: #014421;

// With RGB channels (useful for rgba() usage)
$up-forest-green-r: 1;
$up-forest-green-g: 68;
$up-forest-green-b: 33;

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

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

Normal Vision #014421 How the color appears with full color vision.
Deuteranopia #393923 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 #404021 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #124141 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #3A3A3A 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 UP Forest Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

UP Forest Green #014421 Base
British Racing Green #004225 ΔE 1.95
Cal Poly Pomona Green #1E4D2B ΔE 3.71
Myrtle #21421E ΔE 4.64
Dark Green #013220 ΔE 7.52

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.