Shades of Elf Green #219673
Tints of Elf Green #219673
RGB
CMYK
RGB Variations
Color information
#219673 (or 0x219673) is known color: Elf Green. HEX triplet: 21, 96 and 73. RGB value is (33,150,115). Sum of RGB (Red+Green+Blue) = 33+150+115=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #219673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219673 is #DE698C. Grayscale: #6F6F6F. Windows color (decimal): -14576013 or 7575073. OLE color: 7575073.
HSL color Cylindrical-coordinate representation of color #219673: hue angle of 162.05º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219673 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 115 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.41 |
| HSL | 162.05º | 0.64% | 0.36% | - |
| HSV(B) | 162.05º | 0.78% | 0.59% | - |
| XYZ | 14.63 | 23.37 | 19.96 | - |
| YUV | 111.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 115 | 0.78 | 0 | 0.23 | 0.41 | 162.05 | 0.64 | 0.36 |
| Hex | 21 | 96 | 73 | 4E | 0 | 17 | 29 | A2 | 40 | 24 |
| Octal | 41 | 226 | 163 | 116 | 0 | 27 | 51 | 242 | 100 | 44 |
| Binary | 100001 | 10010110 | 1110011 | 1001110 | 0 | 10111 | 101001 | 10100010 | 1000000 | 100100 |
Color Harmonies of #219673
Complementary color
Monochromatic Colors of #219673
Black with #219673
Text Example
Text Example
White with #219673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219673; }
p { color: rgb(33,150,115); }
H1.HeaderClassName
{
color: #219673;
}
.AnyTagClassName
{
color: #219673;
}
</style>
background-color css
<style>
a { background-color: #219673; }
a { background-color: rgb(33,150,115); }
div.DivClassName
{
background-color: #219673;
}
.BgClassName
{
background-color: #219673;
}
</style>
border-color css
<style>
span { border-color: #219673; }
span { border-color: rgb(33,150,115); }
td.TdClassName
{
border-color: #219673;
}
.TagClassName
{
border-color: #219673;
}
</style>