Shades of Elm #218581
Tints of Elm #218581
RGB
CMYK
RGB Variations
Color information
#218581 (or 0x218581) is known color: Elm. HEX triplet: 21, 85 and 81. RGB value is (33,133,129). Sum of RGB (Red+Green+Blue) = 33+133+129=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #218581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218581 is #DE7A7E. Grayscale: #666666. Windows color (decimal): -14580351 or 8488225. OLE color: 8488225.
HSL color Cylindrical-coordinate representation of color #218581: hue angle of 177.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218581 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 129 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.48 |
| HSL | 177.6º | 0.6% | 0.33% | - |
| HSV(B) | 177.6º | 0.75% | 0.52% | - |
| XYZ | 12.98 | 18.68 | 23.69 | - |
| YUV | 102.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 129 | 0.75 | 0 | 0.03 | 0.48 | 177.6 | 0.6 | 0.33 |
| Hex | 21 | 85 | 81 | 4B | 0 | 3 | 30 | B2 | 3C | 21 |
| Octal | 41 | 205 | 201 | 113 | 0 | 3 | 60 | 262 | 74 | 41 |
| Binary | 100001 | 10000101 | 10000001 | 1001011 | 0 | 11 | 110000 | 10110010 | 111100 | 100001 |
Color Harmonies of #218581
Complementary color
Monochromatic Colors of #218581
Black with #218581
Text Example
Text Example
White with #218581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218581; }
p { color: rgb(33,133,129); }
H1.HeaderClassName
{
color: #218581;
}
.AnyTagClassName
{
color: #218581;
}
</style>
background-color css
<style>
a { background-color: #218581; }
a { background-color: rgb(33,133,129); }
div.DivClassName
{
background-color: #218581;
}
.BgClassName
{
background-color: #218581;
}
</style>
border-color css
<style>
span { border-color: #218581; }
span { border-color: rgb(33,133,129); }
td.TdClassName
{
border-color: #218581;
}
.TagClassName
{
border-color: #218581;
}
</style>