Shades of Elf Green #208765
Tints of Elf Green #208765
RGB
CMYK
RGB Variations
Color information
#208765 (or 0x208765) is known color: Elf Green. HEX triplet: 20, 87 and 65. RGB value is (32,135,101). Sum of RGB (Red+Green+Blue) = 32+135+101=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #208765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208765 is #DF789A. Grayscale: #646464. Windows color (decimal): -14645403 or 6653728. OLE color: 6653728.
HSL color Cylindrical-coordinate representation of color #208765: hue angle of 160.19º 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 #208765 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 101 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.47 |
| HSL | 160.19º | 0.62% | 0.33% | - |
| HSV(B) | 160.19º | 0.76% | 0.53% | - |
| XYZ | 11.61 | 18.57 | 15.29 | - |
| YUV | 100.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 101 | 0.76 | 0 | 0.25 | 0.47 | 160.19 | 0.62 | 0.33 |
| Hex | 20 | 87 | 65 | 4C | 0 | 19 | 2F | A0 | 3E | 21 |
| Octal | 40 | 207 | 145 | 114 | 0 | 31 | 57 | 240 | 76 | 41 |
| Binary | 100000 | 10000111 | 1100101 | 1001100 | 0 | 11001 | 101111 | 10100000 | 111110 | 100001 |
Color Harmonies of #208765
Complementary color
Monochromatic Colors of #208765
Black with #208765
Text Example
Text Example
White with #208765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208765; }
p { color: rgb(32,135,101); }
H1.HeaderClassName
{
color: #208765;
}
.AnyTagClassName
{
color: #208765;
}
</style>
background-color css
<style>
a { background-color: #208765; }
a { background-color: rgb(32,135,101); }
div.DivClassName
{
background-color: #208765;
}
.BgClassName
{
background-color: #208765;
}
</style>
border-color css
<style>
span { border-color: #208765; }
span { border-color: rgb(32,135,101); }
td.TdClassName
{
border-color: #208765;
}
.TagClassName
{
border-color: #208765;
}
</style>