Shades of Elf Green #20917D
Tints of Elf Green #20917D
RGB
CMYK
RGB Variations
Color information
#20917D (or 0x20917D) is known color: Elf Green. HEX triplet: 20, 91 and 7D. RGB value is (32,145,125). Sum of RGB (Red+Green+Blue) = 32+145+125=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #20917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20917D is #DF6E82. Grayscale: #6C6C6C. Windows color (decimal): -14642819 or 8229152. OLE color: 8229152.
HSL color Cylindrical-coordinate representation of color #20917D: hue angle of 169.38º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20917D is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 125 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.43 |
| HSL | 169.38º | 0.64% | 0.35% | - |
| HSV(B) | 169.38º | 0.78% | 0.57% | - |
| XYZ | 14.42 | 22.04 | 22.9 | - |
| YUV | 108.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 125 | 0.78 | 0 | 0.14 | 0.43 | 169.38 | 0.64 | 0.35 |
| Hex | 20 | 91 | 7D | 4E | 0 | E | 2B | A9 | 40 | 23 |
| Octal | 40 | 221 | 175 | 116 | 0 | 16 | 53 | 251 | 100 | 43 |
| Binary | 100000 | 10010001 | 1111101 | 1001110 | 0 | 1110 | 101011 | 10101001 | 1000000 | 100011 |
Color Harmonies of #20917D
Complementary color
Monochromatic Colors of #20917D
Black with #20917D
Text Example
Text Example
White with #20917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20917D; }
p { color: rgb(32,145,125); }
H1.HeaderClassName
{
color: #20917D;
}
.AnyTagClassName
{
color: #20917D;
}
</style>
background-color css
<style>
a { background-color: #20917D; }
a { background-color: rgb(32,145,125); }
div.DivClassName
{
background-color: #20917D;
}
.BgClassName
{
background-color: #20917D;
}
</style>
border-color css
<style>
span { border-color: #20917D; }
span { border-color: rgb(32,145,125); }
td.TdClassName
{
border-color: #20917D;
}
.TagClassName
{
border-color: #20917D;
}
</style>