Shades of Elf Green #208C68
Tints of Elf Green #208C68
RGB
CMYK
RGB Variations
Color information
#208C68 (or 0x208C68) is known color: Elf Green. HEX triplet: 20, 8C and 68. RGB value is (32,140,104). Sum of RGB (Red+Green+Blue) = 32+140+104=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #208C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C68 is #DF7397. Grayscale: #676767. Windows color (decimal): -14644120 or 6851616. OLE color: 6851616.
HSL color Cylindrical-coordinate representation of color #208C68: hue angle of 160º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208C68 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 104 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.45 |
| HSL | 160º | 0.63% | 0.34% | - |
| HSV(B) | 160º | 0.77% | 0.55% | - |
| XYZ | 12.47 | 20.06 | 16.31 | - |
| YUV | 103.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 104 | 0.77 | 0 | 0.26 | 0.45 | 160 | 0.63 | 0.34 |
| Hex | 20 | 8C | 68 | 4D | 0 | 1A | 2D | A0 | 3F | 22 |
| Octal | 40 | 214 | 150 | 115 | 0 | 32 | 55 | 240 | 77 | 42 |
| Binary | 100000 | 10001100 | 1101000 | 1001101 | 0 | 11010 | 101101 | 10100000 | 111111 | 100010 |
Color Harmonies of #208C68
Complementary color
Monochromatic Colors of #208C68
Black with #208C68
Text Example
Text Example
White with #208C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C68; }
p { color: rgb(32,140,104); }
H1.HeaderClassName
{
color: #208C68;
}
.AnyTagClassName
{
color: #208C68;
}
</style>
background-color css
<style>
a { background-color: #208C68; }
a { background-color: rgb(32,140,104); }
div.DivClassName
{
background-color: #208C68;
}
.BgClassName
{
background-color: #208C68;
}
</style>
border-color css
<style>
span { border-color: #208C68; }
span { border-color: rgb(32,140,104); }
td.TdClassName
{
border-color: #208C68;
}
.TagClassName
{
border-color: #208C68;
}
</style>