Shades of Elm #217F71
Tints of Elm #217F71
RGB
CMYK
RGB Variations
Color information
#217F71 (or 0x217F71) is known color: Elm. HEX triplet: 21, 7F and 71. RGB value is (33,127,113). Sum of RGB (Red+Green+Blue) = 33+127+113=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #217F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F71 is #DE808E. Grayscale: #616161. Windows color (decimal): -14581903 or 7438113. OLE color: 7438113.
HSL color Cylindrical-coordinate representation of color #217F71: hue angle of 171.06º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F71 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 113 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.50 |
| HSL | 171.06º | 0.59% | 0.31% | - |
| HSV(B) | 171.06º | 0.74% | 0.5% | - |
| XYZ | 11.2 | 16.69 | 18.25 | - |
| YUV | 97.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 113 | 0.74 | 0 | 0.11 | 0.50 | 171.06 | 0.59 | 0.31 |
| Hex | 21 | 7F | 71 | 4A | 0 | B | 32 | AB | 3B | 1F |
| Octal | 41 | 177 | 161 | 112 | 0 | 13 | 62 | 253 | 73 | 37 |
| Binary | 100001 | 1111111 | 1110001 | 1001010 | 0 | 1011 | 110010 | 10101011 | 111011 | 11111 |
Color Harmonies of #217F71
Complementary color
Monochromatic Colors of #217F71
Black with #217F71
Text Example
Text Example
White with #217F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F71; }
p { color: rgb(33,127,113); }
H1.HeaderClassName
{
color: #217F71;
}
.AnyTagClassName
{
color: #217F71;
}
</style>
background-color css
<style>
a { background-color: #217F71; }
a { background-color: rgb(33,127,113); }
div.DivClassName
{
background-color: #217F71;
}
.BgClassName
{
background-color: #217F71;
}
</style>
border-color css
<style>
span { border-color: #217F71; }
span { border-color: rgb(33,127,113); }
td.TdClassName
{
border-color: #217F71;
}
.TagClassName
{
border-color: #217F71;
}
</style>