Shades of Elf Green #208270
Tints of Elf Green #208270
RGB
CMYK
RGB Variations
Color information
#208270 (or 0x208270) is known color: Elf Green. HEX triplet: 20, 82 and 70. RGB value is (32,130,112). Sum of RGB (Red+Green+Blue) = 32+130+112=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #208270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208270 is #DF7D8F. Grayscale: #626262. Windows color (decimal): -14646672 or 7373344. OLE color: 7373344.
HSL color Cylindrical-coordinate representation of color #208270: hue angle of 168.98º 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 #208270 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 112 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.49 |
| HSL | 168.98º | 0.6% | 0.32% | - |
| HSV(B) | 168.98º | 0.75% | 0.51% | - |
| XYZ | 11.5 | 17.44 | 18.09 | - |
| YUV | 98.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 112 | 0.75 | 0 | 0.14 | 0.49 | 168.98 | 0.6 | 0.32 |
| Hex | 20 | 82 | 70 | 4B | 0 | E | 31 | A9 | 3C | 20 |
| Octal | 40 | 202 | 160 | 113 | 0 | 16 | 61 | 251 | 74 | 40 |
| Binary | 100000 | 10000010 | 1110000 | 1001011 | 0 | 1110 | 110001 | 10101001 | 111100 | 100000 |
Color Harmonies of #208270
Complementary color
Monochromatic Colors of #208270
Black with #208270
Text Example
Text Example
White with #208270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208270; }
p { color: rgb(32,130,112); }
H1.HeaderClassName
{
color: #208270;
}
.AnyTagClassName
{
color: #208270;
}
</style>
background-color css
<style>
a { background-color: #208270; }
a { background-color: rgb(32,130,112); }
div.DivClassName
{
background-color: #208270;
}
.BgClassName
{
background-color: #208270;
}
</style>
border-color css
<style>
span { border-color: #208270; }
span { border-color: rgb(32,130,112); }
td.TdClassName
{
border-color: #208270;
}
.TagClassName
{
border-color: #208270;
}
</style>