Shades of Elf Green #218962
Tints of Elf Green #218962
RGB
CMYK
RGB Variations
Color information
#218962 (or 0x218962) is known color: Elf Green. HEX triplet: 21, 89 and 62. RGB value is (33,137,98). Sum of RGB (Red+Green+Blue) = 33+137+98=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #218962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218962 is #DE769D. Grayscale: #656565. Windows color (decimal): -14579358 or 6457633. OLE color: 6457633.
HSL color Cylindrical-coordinate representation of color #218962: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218962 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 98 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.46 |
| HSL | 157.5º | 0.61% | 0.33% | - |
| HSV(B) | 157.5º | 0.76% | 0.54% | - |
| XYZ | 11.78 | 19.1 | 14.62 | - |
| YUV | 101.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 98 | 0.76 | 0 | 0.28 | 0.46 | 157.5 | 0.61 | 0.33 |
| Hex | 21 | 89 | 62 | 4C | 0 | 1C | 2E | 9E | 3D | 21 |
| Octal | 41 | 211 | 142 | 114 | 0 | 34 | 56 | 236 | 75 | 41 |
| Binary | 100001 | 10001001 | 1100010 | 1001100 | 0 | 11100 | 101110 | 10011110 | 111101 | 100001 |
Color Harmonies of #218962
Complementary color
Monochromatic Colors of #218962
Black with #218962
Text Example
Text Example
White with #218962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218962; }
p { color: rgb(33,137,98); }
H1.HeaderClassName
{
color: #218962;
}
.AnyTagClassName
{
color: #218962;
}
</style>
background-color css
<style>
a { background-color: #218962; }
a { background-color: rgb(33,137,98); }
div.DivClassName
{
background-color: #218962;
}
.BgClassName
{
background-color: #218962;
}
</style>
border-color css
<style>
span { border-color: #218962; }
span { border-color: rgb(33,137,98); }
td.TdClassName
{
border-color: #218962;
}
.TagClassName
{
border-color: #218962;
}
</style>