Shades of Elm #218879
Tints of Elm #218879
RGB
CMYK
RGB Variations
Color information
#218879 (or 0x218879) is known color: Elm. HEX triplet: 21, 88 and 79. RGB value is (33,136,121). Sum of RGB (Red+Green+Blue) = 33+136+121=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #218879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218879 is #DE7786. Grayscale: #676767. Windows color (decimal): -14579591 or 7964705. OLE color: 7964705.
HSL color Cylindrical-coordinate representation of color #218879: hue angle of 171.26º 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 #218879 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 121 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.47 |
| HSL | 171.26º | 0.61% | 0.33% | - |
| HSV(B) | 171.26º | 0.76% | 0.53% | - |
| XYZ | 12.88 | 19.31 | 21.14 | - |
| YUV | 103.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 121 | 0.76 | 0 | 0.11 | 0.47 | 171.26 | 0.61 | 0.33 |
| Hex | 21 | 88 | 79 | 4C | 0 | B | 2F | AB | 3D | 21 |
| Octal | 41 | 210 | 171 | 114 | 0 | 13 | 57 | 253 | 75 | 41 |
| Binary | 100001 | 10001000 | 1111001 | 1001100 | 0 | 1011 | 101111 | 10101011 | 111101 | 100001 |
Color Harmonies of #218879
Complementary color
Monochromatic Colors of #218879
Black with #218879
Text Example
Text Example
White with #218879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218879; }
p { color: rgb(33,136,121); }
H1.HeaderClassName
{
color: #218879;
}
.AnyTagClassName
{
color: #218879;
}
</style>
background-color css
<style>
a { background-color: #218879; }
a { background-color: rgb(33,136,121); }
div.DivClassName
{
background-color: #218879;
}
.BgClassName
{
background-color: #218879;
}
</style>
border-color css
<style>
span { border-color: #218879; }
span { border-color: rgb(33,136,121); }
td.TdClassName
{
border-color: #218879;
}
.TagClassName
{
border-color: #218879;
}
</style>