Shades of Elm #218781
Tints of Elm #218781
RGB
CMYK
RGB Variations
Color information
#218781 (or 0x218781) is known color: Elm. HEX triplet: 21, 87 and 81. RGB value is (33,135,129). Sum of RGB (Red+Green+Blue) = 33+135+129=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #218781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218781 is #DE787E. Grayscale: #676767. Windows color (decimal): -14579839 or 8488737. OLE color: 8488737.
HSL color Cylindrical-coordinate representation of color #218781: hue angle of 176.47º 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 #218781 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 129 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.47 |
| HSL | 176.47º | 0.61% | 0.33% | - |
| HSV(B) | 176.47º | 0.76% | 0.53% | - |
| XYZ | 13.25 | 19.24 | 23.78 | - |
| YUV | 103.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 129 | 0.76 | 0 | 0.04 | 0.47 | 176.47 | 0.61 | 0.33 |
| Hex | 21 | 87 | 81 | 4C | 0 | 4 | 2F | B0 | 3D | 21 |
| Octal | 41 | 207 | 201 | 114 | 0 | 4 | 57 | 260 | 75 | 41 |
| Binary | 100001 | 10000111 | 10000001 | 1001100 | 0 | 100 | 101111 | 10110000 | 111101 | 100001 |
Color Harmonies of #218781
Complementary color
Monochromatic Colors of #218781
Black with #218781
Text Example
Text Example
White with #218781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218781; }
p { color: rgb(33,135,129); }
H1.HeaderClassName
{
color: #218781;
}
.AnyTagClassName
{
color: #218781;
}
</style>
background-color css
<style>
a { background-color: #218781; }
a { background-color: rgb(33,135,129); }
div.DivClassName
{
background-color: #218781;
}
.BgClassName
{
background-color: #218781;
}
</style>
border-color css
<style>
span { border-color: #218781; }
span { border-color: rgb(33,135,129); }
td.TdClassName
{
border-color: #218781;
}
.TagClassName
{
border-color: #218781;
}
</style>