Phthalo Green (#123524)
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: 13.46:1 — vs black: 1.56:1
Color values
-
HEX
#123524 -
RGB
rgb(18, 53, 36) -
HSL
hsl(150, 66%, 20%) -
CMYK
cmyk( 66.04, 0, 32.08, 79.22 ) -
Websafe
#003333
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #123524 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#123524
Base
#351223
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#123524
Base
#123513
#123535
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#123524
Base
#241235
#352412
Two colors flanking the complement — high contrast with less tension than full complementary.
#123524
Base
#351235
#351312
Four colors at 90° intervals — rich variety, best when one color dominates.
#123524
Base
#131235
#351223
#353512
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#123524
Base
#06130D
#08170F
#1C5339
#256E4B
#39A772
Darker shades and lighter tints of Phthalo Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#06130D
#091A12
#0B2116
#0D271B
#102E1F
#123524
Base
#27734E
#3CB078
#71CFA1
#AEE4CA
#ECF9F2
Ready-to-use code snippets for #123524. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #123524;
}
/* Text */
.element {
color: #123524;
}
/* Border */
.element {
border: 1px solid #123524;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#123524,
#581234
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#123524,
#581234
);
}
// SCSS variable
$phthalo-green: #123524;
// With RGB channels (useful for rgba() usage)
$phthalo-green-r: 18;
$phthalo-green-g: 53;
$phthalo-green-b: 36;
// Usage
.element {
background-color: $phthalo-green;
color: rgba($phthalo-green-r, $phthalo-green-g, $phthalo-green-b, 0.8);
}
How Phthalo Green appears to people with different types of color vision deficiency.
#123524
How the color appears with full color vision.
#2E2E25
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#323224
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#173333
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#2F2F2F
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.