Shades of Elf Green #20977D
Tints of Elf Green #20977D
RGB
CMYK
RGB Variations
Color information
#20977D (or 0x20977D) is known color: Elf Green. HEX triplet: 20, 97 and 7D. RGB value is (32,151,125). Sum of RGB (Red+Green+Blue) = 32+151+125=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #20977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20977D is #DF6882. Grayscale: #707070. Windows color (decimal): -14641283 or 8230688. OLE color: 8230688.
HSL color Cylindrical-coordinate representation of color #20977D: hue angle of 166.89º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20977D is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 125 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.41 |
| HSL | 166.89º | 0.65% | 0.36% | - |
| HSV(B) | 166.89º | 0.79% | 0.59% | - |
| XYZ | 15.36 | 23.92 | 23.21 | - |
| YUV | 112.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 125 | 0.79 | 0 | 0.17 | 0.41 | 166.89 | 0.65 | 0.36 |
| Hex | 20 | 97 | 7D | 4F | 0 | 11 | 29 | A7 | 41 | 24 |
| Octal | 40 | 227 | 175 | 117 | 0 | 21 | 51 | 247 | 101 | 44 |
| Binary | 100000 | 10010111 | 1111101 | 1001111 | 0 | 10001 | 101001 | 10100111 | 1000001 | 100100 |
Color Harmonies of #20977D
Complementary color
Monochromatic Colors of #20977D
Black with #20977D
Text Example
Text Example
White with #20977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20977D; }
p { color: rgb(32,151,125); }
H1.HeaderClassName
{
color: #20977D;
}
.AnyTagClassName
{
color: #20977D;
}
</style>
background-color css
<style>
a { background-color: #20977D; }
a { background-color: rgb(32,151,125); }
div.DivClassName
{
background-color: #20977D;
}
.BgClassName
{
background-color: #20977D;
}
</style>
border-color css
<style>
span { border-color: #20977D; }
span { border-color: rgb(32,151,125); }
td.TdClassName
{
border-color: #20977D;
}
.TagClassName
{
border-color: #20977D;
}
</style>