Shades of Elm #218272
Tints of Elm #218272
RGB
CMYK
RGB Variations
Color information
#218272 (or 0x218272) is known color: Elm. HEX triplet: 21, 82 and 72. RGB value is (33,130,114). Sum of RGB (Red+Green+Blue) = 33+130+114=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #218272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218272 is #DE7D8D. Grayscale: #636363. Windows color (decimal): -14581134 or 7504417. OLE color: 7504417.
HSL color Cylindrical-coordinate representation of color #218272: hue angle of 170.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218272 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 114 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.49 |
| HSL | 170.1º | 0.6% | 0.32% | - |
| HSV(B) | 170.1º | 0.75% | 0.51% | - |
| XYZ | 11.65 | 17.5 | 18.68 | - |
| YUV | 99.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 114 | 0.75 | 0 | 0.12 | 0.49 | 170.1 | 0.6 | 0.32 |
| Hex | 21 | 82 | 72 | 4B | 0 | C | 31 | AA | 3C | 20 |
| Octal | 41 | 202 | 162 | 113 | 0 | 14 | 61 | 252 | 74 | 40 |
| Binary | 100001 | 10000010 | 1110010 | 1001011 | 0 | 1100 | 110001 | 10101010 | 111100 | 100000 |
Color Harmonies of #218272
Complementary color
Monochromatic Colors of #218272
Black with #218272
Text Example
Text Example
White with #218272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218272; }
p { color: rgb(33,130,114); }
H1.HeaderClassName
{
color: #218272;
}
.AnyTagClassName
{
color: #218272;
}
</style>
background-color css
<style>
a { background-color: #218272; }
a { background-color: rgb(33,130,114); }
div.DivClassName
{
background-color: #218272;
}
.BgClassName
{
background-color: #218272;
}
</style>
border-color css
<style>
span { border-color: #218272; }
span { border-color: rgb(33,130,114); }
td.TdClassName
{
border-color: #218272;
}
.TagClassName
{
border-color: #218272;
}
</style>