Shades of Elf Green #208675
Tints of Elf Green #208675
RGB
CMYK
RGB Variations
Color information
#208675 (or 0x208675) is known color: Elf Green. HEX triplet: 20, 86 and 75. RGB value is (32,134,117). Sum of RGB (Red+Green+Blue) = 32+134+117=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #208675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208675 is #DF798A. Grayscale: #656565. Windows color (decimal): -14645643 or 7702048. OLE color: 7702048.
HSL color Cylindrical-coordinate representation of color #208675: hue angle of 170º 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 #208675 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 117 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.47 |
| HSL | 170º | 0.61% | 0.33% | - |
| HSV(B) | 170º | 0.76% | 0.53% | - |
| XYZ | 12.33 | 18.64 | 19.78 | - |
| YUV | 101.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 117 | 0.76 | 0 | 0.13 | 0.47 | 170 | 0.61 | 0.33 |
| Hex | 20 | 86 | 75 | 4C | 0 | D | 2F | AA | 3D | 21 |
| Octal | 40 | 206 | 165 | 114 | 0 | 15 | 57 | 252 | 75 | 41 |
| Binary | 100000 | 10000110 | 1110101 | 1001100 | 0 | 1101 | 101111 | 10101010 | 111101 | 100001 |
Color Harmonies of #208675
Complementary color
Monochromatic Colors of #208675
Black with #208675
Text Example
Text Example
White with #208675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208675; }
p { color: rgb(32,134,117); }
H1.HeaderClassName
{
color: #208675;
}
.AnyTagClassName
{
color: #208675;
}
</style>
background-color css
<style>
a { background-color: #208675; }
a { background-color: rgb(32,134,117); }
div.DivClassName
{
background-color: #208675;
}
.BgClassName
{
background-color: #208675;
}
</style>
border-color css
<style>
span { border-color: #208675; }
span { border-color: rgb(32,134,117); }
td.TdClassName
{
border-color: #208675;
}
.TagClassName
{
border-color: #208675;
}
</style>