Shades of Elm #217978
Tints of Elm #217978
RGB
CMYK
RGB Variations
Color information
#217978 (or 0x217978) is known color: Elm. HEX triplet: 21, 79 and 78. RGB value is (33,121,120). Sum of RGB (Red+Green+Blue) = 33+121+120=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #217978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217978 is #DE8687. Grayscale: #5E5E5E. Windows color (decimal): -14583432 or 7895329. OLE color: 7895329.
HSL color Cylindrical-coordinate representation of color #217978: hue angle of 179.32º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217978 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 121 | 120 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.53 |
| HSL | 179.32º | 0.57% | 0.3% | - |
| HSV(B) | 179.32º | 0.73% | 0.47% | - |
| XYZ | 10.85 | 15.35 | 20.16 | - |
| YUV | 94.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 120 | 0.73 | 0 | 0.01 | 0.53 | 179.32 | 0.57 | 0.3 |
| Hex | 21 | 79 | 78 | 49 | 0 | 1 | 35 | B3 | 39 | 1E |
| Octal | 41 | 171 | 170 | 111 | 0 | 1 | 65 | 263 | 71 | 36 |
| Binary | 100001 | 1111001 | 1111000 | 1001001 | 0 | 1 | 110101 | 10110011 | 111001 | 11110 |
Color Harmonies of #217978
Complementary color
Monochromatic Colors of #217978
Black with #217978
Text Example
Text Example
White with #217978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217978; }
p { color: rgb(33,121,120); }
H1.HeaderClassName
{
color: #217978;
}
.AnyTagClassName
{
color: #217978;
}
</style>
background-color css
<style>
a { background-color: #217978; }
a { background-color: rgb(33,121,120); }
div.DivClassName
{
background-color: #217978;
}
.BgClassName
{
background-color: #217978;
}
</style>
border-color css
<style>
span { border-color: #217978; }
span { border-color: rgb(33,121,120); }
td.TdClassName
{
border-color: #217978;
}
.TagClassName
{
border-color: #217978;
}
</style>