Shades of Elm #217672
Tints of Elm #217672
RGB
CMYK
RGB Variations
Color information
#217672 (or 0x217672) is known color: Elm. HEX triplet: 21, 76 and 72. RGB value is (33,118,114). Sum of RGB (Red+Green+Blue) = 33+118+114=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #217672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217672 is #DE898D. Grayscale: #5C5C5C. Windows color (decimal): -14584206 or 7501345. OLE color: 7501345.
HSL color Cylindrical-coordinate representation of color #217672: hue angle of 177.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217672 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 114 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.54 |
| HSL | 177.18º | 0.56% | 0.3% | - |
| HSV(B) | 177.18º | 0.72% | 0.46% | - |
| XYZ | 10.14 | 14.5 | 18.18 | - |
| YUV | 92.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 114 | 0.72 | 0 | 0.03 | 0.54 | 177.18 | 0.56 | 0.3 |
| Hex | 21 | 76 | 72 | 48 | 0 | 3 | 36 | B1 | 38 | 1E |
| Octal | 41 | 166 | 162 | 110 | 0 | 3 | 66 | 261 | 70 | 36 |
| Binary | 100001 | 1110110 | 1110010 | 1001000 | 0 | 11 | 110110 | 10110001 | 111000 | 11110 |
Color Harmonies of #217672
Complementary color
Monochromatic Colors of #217672
Black with #217672
Text Example
Text Example
White with #217672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217672; }
p { color: rgb(33,118,114); }
H1.HeaderClassName
{
color: #217672;
}
.AnyTagClassName
{
color: #217672;
}
</style>
background-color css
<style>
a { background-color: #217672; }
a { background-color: rgb(33,118,114); }
div.DivClassName
{
background-color: #217672;
}
.BgClassName
{
background-color: #217672;
}
</style>
border-color css
<style>
span { border-color: #217672; }
span { border-color: rgb(33,118,114); }
td.TdClassName
{
border-color: #217672;
}
.TagClassName
{
border-color: #217672;
}
</style>