Shades of Elm #218782
Tints of Elm #218782
RGB
CMYK
RGB Variations
Color information
#218782 (or 0x218782) is known color: Elm. HEX triplet: 21, 87 and 82. RGB value is (33,135,130). Sum of RGB (Red+Green+Blue) = 33+135+130=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #218782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218782 is #DE787D. Grayscale: #676767. Windows color (decimal): -14579838 or 8554273. OLE color: 8554273.
HSL color Cylindrical-coordinate representation of color #218782: hue angle of 177.06º 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 #218782 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 130 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.47 |
| HSL | 177.06º | 0.61% | 0.33% | - |
| HSV(B) | 177.06º | 0.76% | 0.53% | - |
| XYZ | 13.32 | 19.26 | 24.14 | - |
| YUV | 103.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 130 | 0.76 | 0 | 0.04 | 0.47 | 177.06 | 0.61 | 0.33 |
| Hex | 21 | 87 | 82 | 4C | 0 | 4 | 2F | B1 | 3D | 21 |
| Octal | 41 | 207 | 202 | 114 | 0 | 4 | 57 | 261 | 75 | 41 |
| Binary | 100001 | 10000111 | 10000010 | 1001100 | 0 | 100 | 101111 | 10110001 | 111101 | 100001 |
Color Harmonies of #218782
Complementary color
Monochromatic Colors of #218782
Black with #218782
Text Example
Text Example
White with #218782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218782; }
p { color: rgb(33,135,130); }
H1.HeaderClassName
{
color: #218782;
}
.AnyTagClassName
{
color: #218782;
}
</style>
background-color css
<style>
a { background-color: #218782; }
a { background-color: rgb(33,135,130); }
div.DivClassName
{
background-color: #218782;
}
.BgClassName
{
background-color: #218782;
}
</style>
border-color css
<style>
span { border-color: #218782; }
span { border-color: rgb(33,135,130); }
td.TdClassName
{
border-color: #218782;
}
.TagClassName
{
border-color: #218782;
}
</style>