Shades of Elm #218979
Tints of Elm #218979
RGB
CMYK
RGB Variations
Color information
#218979 (or 0x218979) is known color: Elm. HEX triplet: 21, 89 and 79. RGB value is (33,137,121). Sum of RGB (Red+Green+Blue) = 33+137+121=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #218979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218979 is #DE7686. Grayscale: #686868. Windows color (decimal): -14579335 or 7964961. OLE color: 7964961.
HSL color Cylindrical-coordinate representation of color #218979: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218979 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 121 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.46 |
| HSL | 170.77º | 0.61% | 0.33% | - |
| HSV(B) | 170.77º | 0.76% | 0.54% | - |
| XYZ | 13.02 | 19.6 | 21.18 | - |
| YUV | 104.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 121 | 0.76 | 0 | 0.12 | 0.46 | 170.77 | 0.61 | 0.33 |
| Hex | 21 | 89 | 79 | 4C | 0 | C | 2E | AB | 3D | 21 |
| Octal | 41 | 211 | 171 | 114 | 0 | 14 | 56 | 253 | 75 | 41 |
| Binary | 100001 | 10001001 | 1111001 | 1001100 | 0 | 1100 | 101110 | 10101011 | 111101 | 100001 |
Color Harmonies of #218979
Complementary color
Monochromatic Colors of #218979
Black with #218979
Text Example
Text Example
White with #218979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218979; }
p { color: rgb(33,137,121); }
H1.HeaderClassName
{
color: #218979;
}
.AnyTagClassName
{
color: #218979;
}
</style>
background-color css
<style>
a { background-color: #218979; }
a { background-color: rgb(33,137,121); }
div.DivClassName
{
background-color: #218979;
}
.BgClassName
{
background-color: #218979;
}
</style>
border-color css
<style>
span { border-color: #218979; }
span { border-color: rgb(33,137,121); }
td.TdClassName
{
border-color: #218979;
}
.TagClassName
{
border-color: #218979;
}
</style>