Shades of Elf Green #208878
Tints of Elf Green #208878
RGB
CMYK
RGB Variations
Color information
#208878 (or 0x208878) is known color: Elf Green. HEX triplet: 20, 88 and 78. RGB value is (32,136,120). Sum of RGB (Red+Green+Blue) = 32+136+120=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #208878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208878 is #DF7787. Grayscale: #676767. Windows color (decimal): -14645128 or 7899168. OLE color: 7899168.
HSL color Cylindrical-coordinate representation of color #208878: hue angle of 170.77º 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 #208878 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 120 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.47 |
| HSL | 170.77º | 0.62% | 0.33% | - |
| HSV(B) | 170.77º | 0.76% | 0.53% | - |
| XYZ | 12.79 | 19.27 | 20.81 | - |
| YUV | 103.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 120 | 0.76 | 0 | 0.12 | 0.47 | 170.77 | 0.62 | 0.33 |
| Hex | 20 | 88 | 78 | 4C | 0 | C | 2F | AB | 3E | 21 |
| Octal | 40 | 210 | 170 | 114 | 0 | 14 | 57 | 253 | 76 | 41 |
| Binary | 100000 | 10001000 | 1111000 | 1001100 | 0 | 1100 | 101111 | 10101011 | 111110 | 100001 |
Color Harmonies of #208878
Complementary color
Monochromatic Colors of #208878
Black with #208878
Text Example
Text Example
White with #208878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208878; }
p { color: rgb(32,136,120); }
H1.HeaderClassName
{
color: #208878;
}
.AnyTagClassName
{
color: #208878;
}
</style>
background-color css
<style>
a { background-color: #208878; }
a { background-color: rgb(32,136,120); }
div.DivClassName
{
background-color: #208878;
}
.BgClassName
{
background-color: #208878;
}
</style>
border-color css
<style>
span { border-color: #208878; }
span { border-color: rgb(32,136,120); }
td.TdClassName
{
border-color: #208878;
}
.TagClassName
{
border-color: #208878;
}
</style>