Shades of Elf Green #208665
Tints of Elf Green #208665
RGB
CMYK
RGB Variations
Color information
#208665 (or 0x208665) is known color: Elf Green. HEX triplet: 20, 86 and 65. RGB value is (32,134,101). Sum of RGB (Red+Green+Blue) = 32+134+101=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #208665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208665 is #DF799A. Grayscale: #636363. Windows color (decimal): -14645659 or 6653472. OLE color: 6653472.
HSL color Cylindrical-coordinate representation of color #208665: hue angle of 160.59º 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 #208665 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 101 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.47 |
| HSL | 160.59º | 0.61% | 0.33% | - |
| HSV(B) | 160.59º | 0.76% | 0.53% | - |
| XYZ | 11.47 | 18.3 | 15.24 | - |
| YUV | 99.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 101 | 0.76 | 0 | 0.25 | 0.47 | 160.59 | 0.61 | 0.33 |
| Hex | 20 | 86 | 65 | 4C | 0 | 19 | 2F | A1 | 3D | 21 |
| Octal | 40 | 206 | 145 | 114 | 0 | 31 | 57 | 241 | 75 | 41 |
| Binary | 100000 | 10000110 | 1100101 | 1001100 | 0 | 11001 | 101111 | 10100001 | 111101 | 100001 |
Color Harmonies of #208665
Complementary color
Monochromatic Colors of #208665
Black with #208665
Text Example
Text Example
White with #208665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208665; }
p { color: rgb(32,134,101); }
H1.HeaderClassName
{
color: #208665;
}
.AnyTagClassName
{
color: #208665;
}
</style>
background-color css
<style>
a { background-color: #208665; }
a { background-color: rgb(32,134,101); }
div.DivClassName
{
background-color: #208665;
}
.BgClassName
{
background-color: #208665;
}
</style>
border-color css
<style>
span { border-color: #208665; }
span { border-color: rgb(32,134,101); }
td.TdClassName
{
border-color: #208665;
}
.TagClassName
{
border-color: #208665;
}
</style>