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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#014421
Base
#440124
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#014421
Base
#034401
#014442
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#014421
Base
#210144
#442101
Two colors flanking the complement — high contrast with less tension than full complementary.
#014421
Base
#420144
#440103
Four colors at 90° intervals — rich variety, best when one color dominates.
#014421
Base
#010344
#440124
#444201
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#014421
Base
#00190C
#001C0D
#026C35
#028F46
#03DB6A
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
#014421
Base
#029649
#03E870
#42FC9B
#94FDC6
#E6FFF2
Ready-to-use code snippets for #014421. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #014421;
}
/* Text */
.element {
color: #014421;
}
/* Border */
.element {
border: 1px solid #014421;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#014421,
#870147
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#014421,
#870147
);
}
// 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);
}
How UP Forest Green appears to people with different types of color vision deficiency.
#014421
How the color appears with full color vision.
#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.
#404021
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#124141
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#3A3A3A
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.