Shades of Elf Green #218963
Tints of Elf Green #218963
RGB
CMYK
RGB Variations
Color information
#218963 (or 0x218963) is known color: Elf Green. HEX triplet: 21, 89 and 63. RGB value is (33,137,99). Sum of RGB (Red+Green+Blue) = 33+137+99=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #218963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218963 is #DE769C. Grayscale: #656565. Windows color (decimal): -14579357 or 6523169. OLE color: 6523169.
HSL color Cylindrical-coordinate representation of color #218963: hue angle of 158.08º 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 #218963 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 99 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.46 |
| HSL | 158.08º | 0.61% | 0.33% | - |
| HSV(B) | 158.08º | 0.76% | 0.54% | - |
| XYZ | 11.82 | 19.12 | 14.87 | - |
| YUV | 101.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 99 | 0.76 | 0 | 0.28 | 0.46 | 158.08 | 0.61 | 0.33 |
| Hex | 21 | 89 | 63 | 4C | 0 | 1C | 2E | 9E | 3D | 21 |
| Octal | 41 | 211 | 143 | 114 | 0 | 34 | 56 | 236 | 75 | 41 |
| Binary | 100001 | 10001001 | 1100011 | 1001100 | 0 | 11100 | 101110 | 10011110 | 111101 | 100001 |
Color Harmonies of #218963
Complementary color
Monochromatic Colors of #218963
Black with #218963
Text Example
Text Example
White with #218963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218963; }
p { color: rgb(33,137,99); }
H1.HeaderClassName
{
color: #218963;
}
.AnyTagClassName
{
color: #218963;
}
</style>
background-color css
<style>
a { background-color: #218963; }
a { background-color: rgb(33,137,99); }
div.DivClassName
{
background-color: #218963;
}
.BgClassName
{
background-color: #218963;
}
</style>
border-color css
<style>
span { border-color: #218963; }
span { border-color: rgb(33,137,99); }
td.TdClassName
{
border-color: #218963;
}
.TagClassName
{
border-color: #218963;
}
</style>