Shades of Elf Green #208868
Tints of Elf Green #208868
RGB
CMYK
RGB Variations
Color information
#208868 (or 0x208868) is known color: Elf Green. HEX triplet: 20, 88 and 68. RGB value is (32,136,104). Sum of RGB (Red+Green+Blue) = 32+136+104=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #208868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208868 is #DF7797. Grayscale: #656565. Windows color (decimal): -14645144 or 6850592. OLE color: 6850592.
HSL color Cylindrical-coordinate representation of color #208868: hue angle of 161.54º 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 #208868 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 104 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.47 |
| HSL | 161.54º | 0.62% | 0.33% | - |
| HSV(B) | 161.54º | 0.76% | 0.53% | - |
| XYZ | 11.9 | 18.91 | 16.12 | - |
| YUV | 101.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 104 | 0.76 | 0 | 0.24 | 0.47 | 161.54 | 0.62 | 0.33 |
| Hex | 20 | 88 | 68 | 4C | 0 | 18 | 2F | A2 | 3E | 21 |
| Octal | 40 | 210 | 150 | 114 | 0 | 30 | 57 | 242 | 76 | 41 |
| Binary | 100000 | 10001000 | 1101000 | 1001100 | 0 | 11000 | 101111 | 10100010 | 111110 | 100001 |
Color Harmonies of #208868
Complementary color
Monochromatic Colors of #208868
Black with #208868
Text Example
Text Example
White with #208868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208868; }
p { color: rgb(32,136,104); }
H1.HeaderClassName
{
color: #208868;
}
.AnyTagClassName
{
color: #208868;
}
</style>
background-color css
<style>
a { background-color: #208868; }
a { background-color: rgb(32,136,104); }
div.DivClassName
{
background-color: #208868;
}
.BgClassName
{
background-color: #208868;
}
</style>
border-color css
<style>
span { border-color: #208868; }
span { border-color: rgb(32,136,104); }
td.TdClassName
{
border-color: #208868;
}
.TagClassName
{
border-color: #208868;
}
</style>