Shades of Elf Green #219366
Tints of Elf Green #219366
RGB
CMYK
RGB Variations
Color information
#219366 (or 0x219366) is known color: Elf Green. HEX triplet: 21, 93 and 66. RGB value is (33,147,102). Sum of RGB (Red+Green+Blue) = 33+147+102=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #219366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219366 is #DE6C99. Grayscale: #6B6B6B. Windows color (decimal): -14576794 or 6722337. OLE color: 6722337.
HSL color Cylindrical-coordinate representation of color #219366: hue angle of 156.32º 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 #219366 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 102 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.42 |
| HSL | 156.32º | 0.63% | 0.35% | - |
| HSV(B) | 156.32º | 0.78% | 0.58% | - |
| XYZ | 13.46 | 22.15 | 16.14 | - |
| YUV | 107.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 102 | 0.78 | 0 | 0.31 | 0.42 | 156.32 | 0.63 | 0.35 |
| Hex | 21 | 93 | 66 | 4E | 0 | 1F | 2A | 9C | 3F | 23 |
| Octal | 41 | 223 | 146 | 116 | 0 | 37 | 52 | 234 | 77 | 43 |
| Binary | 100001 | 10010011 | 1100110 | 1001110 | 0 | 11111 | 101010 | 10011100 | 111111 | 100011 |
Color Harmonies of #219366
Complementary color
Monochromatic Colors of #219366
Black with #219366
Text Example
Text Example
White with #219366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219366; }
p { color: rgb(33,147,102); }
H1.HeaderClassName
{
color: #219366;
}
.AnyTagClassName
{
color: #219366;
}
</style>
background-color css
<style>
a { background-color: #219366; }
a { background-color: rgb(33,147,102); }
div.DivClassName
{
background-color: #219366;
}
.BgClassName
{
background-color: #219366;
}
</style>
border-color css
<style>
span { border-color: #219366; }
span { border-color: rgb(33,147,102); }
td.TdClassName
{
border-color: #219366;
}
.TagClassName
{
border-color: #219366;
}
</style>