Shades of Elf Green #208972
Tints of Elf Green #208972
RGB
CMYK
RGB Variations
Color information
#208972 (or 0x208972) is known color: Elf Green. HEX triplet: 20, 89 and 72. RGB value is (32,137,114). Sum of RGB (Red+Green+Blue) = 32+137+114=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #208972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208972 is #DF768D. Grayscale: #666666. Windows color (decimal): -14644878 or 7506208. OLE color: 7506208.
HSL color Cylindrical-coordinate representation of color #208972: hue angle of 166.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208972 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 137 | 114 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.46 |
| HSL | 166.86º | 0.62% | 0.33% | - |
| HSV(B) | 166.86º | 0.77% | 0.54% | - |
| XYZ | 12.58 | 19.41 | 19 | - |
| YUV | 102.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 114 | 0.77 | 0 | 0.17 | 0.46 | 166.86 | 0.62 | 0.33 |
| Hex | 20 | 89 | 72 | 4D | 0 | 11 | 2E | A7 | 3E | 21 |
| Octal | 40 | 211 | 162 | 115 | 0 | 21 | 56 | 247 | 76 | 41 |
| Binary | 100000 | 10001001 | 1110010 | 1001101 | 0 | 10001 | 101110 | 10100111 | 111110 | 100001 |
Color Harmonies of #208972
Complementary color
Monochromatic Colors of #208972
Black with #208972
Text Example
Text Example
White with #208972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208972; }
p { color: rgb(32,137,114); }
H1.HeaderClassName
{
color: #208972;
}
.AnyTagClassName
{
color: #208972;
}
</style>
background-color css
<style>
a { background-color: #208972; }
a { background-color: rgb(32,137,114); }
div.DivClassName
{
background-color: #208972;
}
.BgClassName
{
background-color: #208972;
}
</style>
border-color css
<style>
span { border-color: #208972; }
span { border-color: rgb(32,137,114); }
td.TdClassName
{
border-color: #208972;
}
.TagClassName
{
border-color: #208972;
}
</style>