Shades of Elf Green #218764
Tints of Elf Green #218764
RGB
CMYK
RGB Variations
Color information
#218764 (or 0x218764) is known color: Elf Green. HEX triplet: 21, 87 and 64. RGB value is (33,135,100). Sum of RGB (Red+Green+Blue) = 33+135+100=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #218764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218764 is #DE789B. Grayscale: #646464. Windows color (decimal): -14579868 or 6588193. OLE color: 6588193.
HSL color Cylindrical-coordinate representation of color #218764: hue angle of 159.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218764 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 100 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.47 |
| HSL | 159.41º | 0.61% | 0.33% | - |
| HSV(B) | 159.41º | 0.76% | 0.53% | - |
| XYZ | 11.59 | 18.57 | 15.03 | - |
| YUV | 100.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 100 | 0.76 | 0 | 0.26 | 0.47 | 159.41 | 0.61 | 0.33 |
| Hex | 21 | 87 | 64 | 4C | 0 | 1A | 2F | 9F | 3D | 21 |
| Octal | 41 | 207 | 144 | 114 | 0 | 32 | 57 | 237 | 75 | 41 |
| Binary | 100001 | 10000111 | 1100100 | 1001100 | 0 | 11010 | 101111 | 10011111 | 111101 | 100001 |
Color Harmonies of #218764
Complementary color
Monochromatic Colors of #218764
Black with #218764
Text Example
Text Example
White with #218764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218764; }
p { color: rgb(33,135,100); }
H1.HeaderClassName
{
color: #218764;
}
.AnyTagClassName
{
color: #218764;
}
</style>
background-color css
<style>
a { background-color: #218764; }
a { background-color: rgb(33,135,100); }
div.DivClassName
{
background-color: #218764;
}
.BgClassName
{
background-color: #218764;
}
</style>
border-color css
<style>
span { border-color: #218764; }
span { border-color: rgb(33,135,100); }
td.TdClassName
{
border-color: #218764;
}
.TagClassName
{
border-color: #218764;
}
</style>