Shades of Elf Green #208D69
Tints of Elf Green #208D69
RGB
CMYK
RGB Variations
Color information
#208D69 (or 0x208D69) is known color: Elf Green. HEX triplet: 20, 8D and 69. RGB value is (32,141,105). Sum of RGB (Red+Green+Blue) = 32+141+105=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #208D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D69 is #DF7296. Grayscale: #686868. Windows color (decimal): -14643863 or 6917408. OLE color: 6917408.
HSL color Cylindrical-coordinate representation of color #208D69: hue angle of 160.18º 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 #208D69 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 105 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.45 |
| HSL | 160.18º | 0.63% | 0.34% | - |
| HSV(B) | 160.18º | 0.77% | 0.55% | - |
| XYZ | 12.67 | 20.38 | 16.63 | - |
| YUV | 104.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 105 | 0.77 | 0 | 0.26 | 0.45 | 160.18 | 0.63 | 0.34 |
| Hex | 20 | 8D | 69 | 4D | 0 | 1A | 2D | A0 | 3F | 22 |
| Octal | 40 | 215 | 151 | 115 | 0 | 32 | 55 | 240 | 77 | 42 |
| Binary | 100000 | 10001101 | 1101001 | 1001101 | 0 | 11010 | 101101 | 10100000 | 111111 | 100010 |
Color Harmonies of #208D69
Complementary color
Monochromatic Colors of #208D69
Black with #208D69
Text Example
Text Example
White with #208D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D69; }
p { color: rgb(32,141,105); }
H1.HeaderClassName
{
color: #208D69;
}
.AnyTagClassName
{
color: #208D69;
}
</style>
background-color css
<style>
a { background-color: #208D69; }
a { background-color: rgb(32,141,105); }
div.DivClassName
{
background-color: #208D69;
}
.BgClassName
{
background-color: #208D69;
}
</style>
border-color css
<style>
span { border-color: #208D69; }
span { border-color: rgb(32,141,105); }
td.TdClassName
{
border-color: #208D69;
}
.TagClassName
{
border-color: #208D69;
}
</style>