Shades of Elm #218878
Tints of Elm #218878
RGB
CMYK
RGB Variations
Color information
#218878 (or 0x218878) is known color: Elm. HEX triplet: 21, 88 and 78. RGB value is (33,136,120). Sum of RGB (Red+Green+Blue) = 33+136+120=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #218878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218878 is #DE7787. Grayscale: #676767. Windows color (decimal): -14579592 or 7899169. OLE color: 7899169.
HSL color Cylindrical-coordinate representation of color #218878: hue angle of 170.68º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218878 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 120 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.47 |
| HSL | 170.68º | 0.61% | 0.33% | - |
| HSV(B) | 170.68º | 0.76% | 0.53% | - |
| XYZ | 12.82 | 19.29 | 20.82 | - |
| YUV | 103.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 120 | 0.76 | 0 | 0.12 | 0.47 | 170.68 | 0.61 | 0.33 |
| Hex | 21 | 88 | 78 | 4C | 0 | C | 2F | AB | 3D | 21 |
| Octal | 41 | 210 | 170 | 114 | 0 | 14 | 57 | 253 | 75 | 41 |
| Binary | 100001 | 10001000 | 1111000 | 1001100 | 0 | 1100 | 101111 | 10101011 | 111101 | 100001 |
Color Harmonies of #218878
Complementary color
Monochromatic Colors of #218878
Black with #218878
Text Example
Text Example
White with #218878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218878; }
p { color: rgb(33,136,120); }
H1.HeaderClassName
{
color: #218878;
}
.AnyTagClassName
{
color: #218878;
}
</style>
background-color css
<style>
a { background-color: #218878; }
a { background-color: rgb(33,136,120); }
div.DivClassName
{
background-color: #218878;
}
.BgClassName
{
background-color: #218878;
}
</style>
border-color css
<style>
span { border-color: #218878; }
span { border-color: rgb(33,136,120); }
td.TdClassName
{
border-color: #218878;
}
.TagClassName
{
border-color: #218878;
}
</style>