Shades of Elf Green #208673
Tints of Elf Green #208673
RGB
CMYK
RGB Variations
Color information
#208673 (or 0x208673) is known color: Elf Green. HEX triplet: 20, 86 and 73. RGB value is (32,134,115). Sum of RGB (Red+Green+Blue) = 32+134+115=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #208673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208673 is #DF798C. Grayscale: #656565. Windows color (decimal): -14645645 or 7570976. OLE color: 7570976.
HSL color Cylindrical-coordinate representation of color #208673: hue angle of 168.82º 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 #208673 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 115 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.47 |
| HSL | 168.82º | 0.61% | 0.33% | - |
| HSV(B) | 168.82º | 0.76% | 0.53% | - |
| XYZ | 12.22 | 18.6 | 19.17 | - |
| YUV | 101.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 115 | 0.76 | 0 | 0.14 | 0.47 | 168.82 | 0.61 | 0.33 |
| Hex | 20 | 86 | 73 | 4C | 0 | E | 2F | A9 | 3D | 21 |
| Octal | 40 | 206 | 163 | 114 | 0 | 16 | 57 | 251 | 75 | 41 |
| Binary | 100000 | 10000110 | 1110011 | 1001100 | 0 | 1110 | 101111 | 10101001 | 111101 | 100001 |
Color Harmonies of #208673
Complementary color
Monochromatic Colors of #208673
Black with #208673
Text Example
Text Example
White with #208673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208673; }
p { color: rgb(32,134,115); }
H1.HeaderClassName
{
color: #208673;
}
.AnyTagClassName
{
color: #208673;
}
</style>
background-color css
<style>
a { background-color: #208673; }
a { background-color: rgb(32,134,115); }
div.DivClassName
{
background-color: #208673;
}
.BgClassName
{
background-color: #208673;
}
</style>
border-color css
<style>
span { border-color: #208673; }
span { border-color: rgb(32,134,115); }
td.TdClassName
{
border-color: #208673;
}
.TagClassName
{
border-color: #208673;
}
</style>