Shades of Elf Green #20876B
Tints of Elf Green #20876B
RGB
CMYK
RGB Variations
Color information
#20876B (or 0x20876B) is known color: Elf Green. HEX triplet: 20, 87 and 6B. RGB value is (32,135,107). Sum of RGB (Red+Green+Blue) = 32+135+107=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #20876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20876B is #DF7894. Grayscale: #656565. Windows color (decimal): -14645397 or 7046944. OLE color: 7046944.
HSL color Cylindrical-coordinate representation of color #20876B: hue angle of 163.69º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20876B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 107 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.47 |
| HSL | 163.69º | 0.62% | 0.33% | - |
| HSV(B) | 163.69º | 0.76% | 0.53% | - |
| XYZ | 11.91 | 18.7 | 16.89 | - |
| YUV | 101.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 107 | 0.76 | 0 | 0.21 | 0.47 | 163.69 | 0.62 | 0.33 |
| Hex | 20 | 87 | 6B | 4C | 0 | 15 | 2F | A4 | 3E | 21 |
| Octal | 40 | 207 | 153 | 114 | 0 | 25 | 57 | 244 | 76 | 41 |
| Binary | 100000 | 10000111 | 1101011 | 1001100 | 0 | 10101 | 101111 | 10100100 | 111110 | 100001 |
Color Harmonies of #20876B
Complementary color
Monochromatic Colors of #20876B
Black with #20876B
Text Example
Text Example
White with #20876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20876B; }
p { color: rgb(32,135,107); }
H1.HeaderClassName
{
color: #20876B;
}
.AnyTagClassName
{
color: #20876B;
}
</style>
background-color css
<style>
a { background-color: #20876B; }
a { background-color: rgb(32,135,107); }
div.DivClassName
{
background-color: #20876B;
}
.BgClassName
{
background-color: #20876B;
}
</style>
border-color css
<style>
span { border-color: #20876B; }
span { border-color: rgb(32,135,107); }
td.TdClassName
{
border-color: #20876B;
}
.TagClassName
{
border-color: #20876B;
}
</style>