Shades of Elf Green #208271
Tints of Elf Green #208271
RGB
CMYK
RGB Variations
Color information
#208271 (or 0x208271) is known color: Elf Green. HEX triplet: 20, 82 and 71. RGB value is (32,130,113). Sum of RGB (Red+Green+Blue) = 32+130+113=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #208271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208271 is #DF7D8E. Grayscale: #626262. Windows color (decimal): -14646671 or 7438880. OLE color: 7438880.
HSL color Cylindrical-coordinate representation of color #208271: hue angle of 169.59º 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 #208271 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 113 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.49 |
| HSL | 169.59º | 0.6% | 0.32% | - |
| HSV(B) | 169.59º | 0.75% | 0.51% | - |
| XYZ | 11.56 | 17.46 | 18.38 | - |
| YUV | 98.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 113 | 0.75 | 0 | 0.13 | 0.49 | 169.59 | 0.6 | 0.32 |
| Hex | 20 | 82 | 71 | 4B | 0 | D | 31 | AA | 3C | 20 |
| Octal | 40 | 202 | 161 | 113 | 0 | 15 | 61 | 252 | 74 | 40 |
| Binary | 100000 | 10000010 | 1110001 | 1001011 | 0 | 1101 | 110001 | 10101010 | 111100 | 100000 |
Color Harmonies of #208271
Complementary color
Monochromatic Colors of #208271
Black with #208271
Text Example
Text Example
White with #208271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208271; }
p { color: rgb(32,130,113); }
H1.HeaderClassName
{
color: #208271;
}
.AnyTagClassName
{
color: #208271;
}
</style>
background-color css
<style>
a { background-color: #208271; }
a { background-color: rgb(32,130,113); }
div.DivClassName
{
background-color: #208271;
}
.BgClassName
{
background-color: #208271;
}
</style>
border-color css
<style>
span { border-color: #208271; }
span { border-color: rgb(32,130,113); }
td.TdClassName
{
border-color: #208271;
}
.TagClassName
{
border-color: #208271;
}
</style>