Shades of Elm #218072
Tints of Elm #218072
RGB
CMYK
RGB Variations
Color information
#218072 (or 0x218072) is known color: Elm. HEX triplet: 21, 80 and 72. RGB value is (33,128,114). Sum of RGB (Red+Green+Blue) = 33+128+114=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #218072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218072 is #DE7F8D. Grayscale: #616161. Windows color (decimal): -14581646 or 7503905. OLE color: 7503905.
HSL color Cylindrical-coordinate representation of color #218072: hue angle of 171.16º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218072 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 114 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.50 |
| HSL | 171.16º | 0.59% | 0.32% | - |
| HSV(B) | 171.16º | 0.74% | 0.5% | - |
| XYZ | 11.38 | 16.98 | 18.6 | - |
| YUV | 98 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 114 | 0.74 | 0 | 0.11 | 0.50 | 171.16 | 0.59 | 0.32 |
| Hex | 21 | 80 | 72 | 4A | 0 | B | 32 | AB | 3B | 20 |
| Octal | 41 | 200 | 162 | 112 | 0 | 13 | 62 | 253 | 73 | 40 |
| Binary | 100001 | 10000000 | 1110010 | 1001010 | 0 | 1011 | 110010 | 10101011 | 111011 | 100000 |
Color Harmonies of #218072
Complementary color
Monochromatic Colors of #218072
Black with #218072
Text Example
Text Example
White with #218072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218072; }
p { color: rgb(33,128,114); }
H1.HeaderClassName
{
color: #218072;
}
.AnyTagClassName
{
color: #218072;
}
</style>
background-color css
<style>
a { background-color: #218072; }
a { background-color: rgb(33,128,114); }
div.DivClassName
{
background-color: #218072;
}
.BgClassName
{
background-color: #218072;
}
</style>
border-color css
<style>
span { border-color: #218072; }
span { border-color: rgb(33,128,114); }
td.TdClassName
{
border-color: #218072;
}
.TagClassName
{
border-color: #218072;
}
</style>