Shades of Elf Green #208764
Tints of Elf Green #208764
RGB
CMYK
RGB Variations
Color information
#208764 (or 0x208764) is known color: Elf Green. HEX triplet: 20, 87 and 64. RGB value is (32,135,100). Sum of RGB (Red+Green+Blue) = 32+135+100=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #208764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208764 is #DF789B. Grayscale: #646464. Windows color (decimal): -14645404 or 6588192. OLE color: 6588192.
HSL color Cylindrical-coordinate representation of color #208764: hue angle of 159.61º degrees, saturation: 0.62, 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 #208764 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 100 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.47 |
| HSL | 159.61º | 0.62% | 0.33% | - |
| HSV(B) | 159.61º | 0.76% | 0.53% | - |
| XYZ | 11.56 | 18.56 | 15.03 | - |
| YUV | 100.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 100 | 0.76 | 0 | 0.26 | 0.47 | 159.61 | 0.62 | 0.33 |
| Hex | 20 | 87 | 64 | 4C | 0 | 1A | 2F | A0 | 3E | 21 |
| Octal | 40 | 207 | 144 | 114 | 0 | 32 | 57 | 240 | 76 | 41 |
| Binary | 100000 | 10000111 | 1100100 | 1001100 | 0 | 11010 | 101111 | 10100000 | 111110 | 100001 |
Color Harmonies of #208764
Complementary color
Monochromatic Colors of #208764
Black with #208764
Text Example
Text Example
White with #208764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208764; }
p { color: rgb(32,135,100); }
H1.HeaderClassName
{
color: #208764;
}
.AnyTagClassName
{
color: #208764;
}
</style>
background-color css
<style>
a { background-color: #208764; }
a { background-color: rgb(32,135,100); }
div.DivClassName
{
background-color: #208764;
}
.BgClassName
{
background-color: #208764;
}
</style>
border-color css
<style>
span { border-color: #208764; }
span { border-color: rgb(32,135,100); }
td.TdClassName
{
border-color: #208764;
}
.TagClassName
{
border-color: #208764;
}
</style>