Shades of Elf Green #208168
Tints of Elf Green #208168
RGB
CMYK
RGB Variations
Color information
#208168 (or 0x208168) is known color: Elf Green. HEX triplet: 20, 81 and 68. RGB value is (32,129,104). Sum of RGB (Red+Green+Blue) = 32+129+104=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #208168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208168 is #DF7E97. Grayscale: #616161. Windows color (decimal): -14646936 or 6848800. OLE color: 6848800.
HSL color Cylindrical-coordinate representation of color #208168: hue angle of 164.54º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208168 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 104 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.49 |
| HSL | 164.54º | 0.6% | 0.32% | - |
| HSV(B) | 164.54º | 0.75% | 0.51% | - |
| XYZ | 10.94 | 17.01 | 15.8 | - |
| YUV | 97.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 104 | 0.75 | 0 | 0.19 | 0.49 | 164.54 | 0.6 | 0.32 |
| Hex | 20 | 81 | 68 | 4B | 0 | 13 | 31 | A5 | 3C | 20 |
| Octal | 40 | 201 | 150 | 113 | 0 | 23 | 61 | 245 | 74 | 40 |
| Binary | 100000 | 10000001 | 1101000 | 1001011 | 0 | 10011 | 110001 | 10100101 | 111100 | 100000 |
Color Harmonies of #208168
Complementary color
Monochromatic Colors of #208168
Black with #208168
Text Example
Text Example
White with #208168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208168; }
p { color: rgb(32,129,104); }
H1.HeaderClassName
{
color: #208168;
}
.AnyTagClassName
{
color: #208168;
}
</style>
background-color css
<style>
a { background-color: #208168; }
a { background-color: rgb(32,129,104); }
div.DivClassName
{
background-color: #208168;
}
.BgClassName
{
background-color: #208168;
}
</style>
border-color css
<style>
span { border-color: #208168; }
span { border-color: rgb(32,129,104); }
td.TdClassName
{
border-color: #208168;
}
.TagClassName
{
border-color: #208168;
}
</style>