Shades of Elf Green #219377
Tints of Elf Green #219377
RGB
CMYK
RGB Variations
Color information
#219377 (or 0x219377) is known color: Elf Green. HEX triplet: 21, 93 and 77. RGB value is (33,147,119). Sum of RGB (Red+Green+Blue) = 33+147+119=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #219377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219377 is #DE6C88. Grayscale: #6D6D6D. Windows color (decimal): -14576777 or 7836449. OLE color: 7836449.
HSL color Cylindrical-coordinate representation of color #219377: hue angle of 165.26º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219377 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 119 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.42 |
| HSL | 165.26º | 0.63% | 0.35% | - |
| HSV(B) | 165.26º | 0.78% | 0.58% | - |
| XYZ | 14.39 | 22.52 | 21.04 | - |
| YUV | 109.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 119 | 0.78 | 0 | 0.19 | 0.42 | 165.26 | 0.63 | 0.35 |
| Hex | 21 | 93 | 77 | 4E | 0 | 13 | 2A | A5 | 3F | 23 |
| Octal | 41 | 223 | 167 | 116 | 0 | 23 | 52 | 245 | 77 | 43 |
| Binary | 100001 | 10010011 | 1110111 | 1001110 | 0 | 10011 | 101010 | 10100101 | 111111 | 100011 |
Color Harmonies of #219377
Complementary color
Monochromatic Colors of #219377
Black with #219377
Text Example
Text Example
White with #219377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219377; }
p { color: rgb(33,147,119); }
H1.HeaderClassName
{
color: #219377;
}
.AnyTagClassName
{
color: #219377;
}
</style>
background-color css
<style>
a { background-color: #219377; }
a { background-color: rgb(33,147,119); }
div.DivClassName
{
background-color: #219377;
}
.BgClassName
{
background-color: #219377;
}
</style>
border-color css
<style>
span { border-color: #219377; }
span { border-color: rgb(33,147,119); }
td.TdClassName
{
border-color: #219377;
}
.TagClassName
{
border-color: #219377;
}
</style>