Shades of Elf Green #218574
Tints of Elf Green #218574
RGB
CMYK
RGB Variations
Color information
#218574 (or 0x218574) is known color: Elf Green. HEX triplet: 21, 85 and 74. RGB value is (33,133,116). Sum of RGB (Red+Green+Blue) = 33+133+116=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #218574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218574 is #DE7A8B. Grayscale: #656565. Windows color (decimal): -14580364 or 7636257. OLE color: 7636257.
HSL color Cylindrical-coordinate representation of color #218574: hue angle of 169.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 #218574 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 116 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.48 |
| HSL | 169.8º | 0.6% | 0.33% | - |
| HSV(B) | 169.8º | 0.75% | 0.52% | - |
| XYZ | 12.17 | 18.36 | 19.43 | - |
| YUV | 101.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 116 | 0.75 | 0 | 0.13 | 0.48 | 169.8 | 0.6 | 0.33 |
| Hex | 21 | 85 | 74 | 4B | 0 | D | 30 | AA | 3C | 21 |
| Octal | 41 | 205 | 164 | 113 | 0 | 15 | 60 | 252 | 74 | 41 |
| Binary | 100001 | 10000101 | 1110100 | 1001011 | 0 | 1101 | 110000 | 10101010 | 111100 | 100001 |
Color Harmonies of #218574
Complementary color
Monochromatic Colors of #218574
Black with #218574
Text Example
Text Example
White with #218574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218574; }
p { color: rgb(33,133,116); }
H1.HeaderClassName
{
color: #218574;
}
.AnyTagClassName
{
color: #218574;
}
</style>
background-color css
<style>
a { background-color: #218574; }
a { background-color: rgb(33,133,116); }
div.DivClassName
{
background-color: #218574;
}
.BgClassName
{
background-color: #218574;
}
</style>
border-color css
<style>
span { border-color: #218574; }
span { border-color: rgb(33,133,116); }
td.TdClassName
{
border-color: #218574;
}
.TagClassName
{
border-color: #218574;
}
</style>