Shades of Elf Green #218560
Tints of Elf Green #218560
RGB
CMYK
RGB Variations
Color information
#218560 (or 0x218560) is known color: Elf Green. HEX triplet: 21, 85 and 60. RGB value is (33,133,96). Sum of RGB (Red+Green+Blue) = 33+133+96=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #218560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218560 is #DE7A9F. Grayscale: #626262. Windows color (decimal): -14580384 or 6325537. OLE color: 6325537.
HSL color Cylindrical-coordinate representation of color #218560: hue angle of 157.8º 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 #218560 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 96 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.48 |
| HSL | 157.8º | 0.6% | 0.33% | - |
| HSV(B) | 157.8º | 0.75% | 0.52% | - |
| XYZ | 11.13 | 17.94 | 13.94 | - |
| YUV | 98.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 96 | 0.75 | 0 | 0.28 | 0.48 | 157.8 | 0.6 | 0.33 |
| Hex | 21 | 85 | 60 | 4B | 0 | 1C | 30 | 9E | 3C | 21 |
| Octal | 41 | 205 | 140 | 113 | 0 | 34 | 60 | 236 | 74 | 41 |
| Binary | 100001 | 10000101 | 1100000 | 1001011 | 0 | 11100 | 110000 | 10011110 | 111100 | 100001 |
Color Harmonies of #218560
Complementary color
Monochromatic Colors of #218560
Black with #218560
Text Example
Text Example
White with #218560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218560; }
p { color: rgb(33,133,96); }
H1.HeaderClassName
{
color: #218560;
}
.AnyTagClassName
{
color: #218560;
}
</style>
background-color css
<style>
a { background-color: #218560; }
a { background-color: rgb(33,133,96); }
div.DivClassName
{
background-color: #218560;
}
.BgClassName
{
background-color: #218560;
}
</style>
border-color css
<style>
span { border-color: #218560; }
span { border-color: rgb(33,133,96); }
td.TdClassName
{
border-color: #218560;
}
.TagClassName
{
border-color: #218560;
}
</style>