Shades of Elf Green #20967D
Tints of Elf Green #20967D
RGB
CMYK
RGB Variations
Color information
#20967D (or 0x20967D) is known color: Elf Green. HEX triplet: 20, 96 and 7D. RGB value is (32,150,125). Sum of RGB (Red+Green+Blue) = 32+150+125=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #20967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20967D is #DF6982. Grayscale: #6F6F6F. Windows color (decimal): -14641539 or 8230432. OLE color: 8230432.
HSL color Cylindrical-coordinate representation of color #20967D: hue angle of 167.29º 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 #20967D is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 125 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.41 |
| HSL | 167.29º | 0.65% | 0.36% | - |
| HSV(B) | 167.29º | 0.79% | 0.59% | - |
| XYZ | 15.2 | 23.6 | 23.16 | - |
| YUV | 111.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 125 | 0.79 | 0 | 0.17 | 0.41 | 167.29 | 0.65 | 0.36 |
| Hex | 20 | 96 | 7D | 4F | 0 | 11 | 29 | A7 | 41 | 24 |
| Octal | 40 | 226 | 175 | 117 | 0 | 21 | 51 | 247 | 101 | 44 |
| Binary | 100000 | 10010110 | 1111101 | 1001111 | 0 | 10001 | 101001 | 10100111 | 1000001 | 100100 |
Color Harmonies of #20967D
Complementary color
Monochromatic Colors of #20967D
Black with #20967D
Text Example
Text Example
White with #20967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20967D; }
p { color: rgb(32,150,125); }
H1.HeaderClassName
{
color: #20967D;
}
.AnyTagClassName
{
color: #20967D;
}
</style>
background-color css
<style>
a { background-color: #20967D; }
a { background-color: rgb(32,150,125); }
div.DivClassName
{
background-color: #20967D;
}
.BgClassName
{
background-color: #20967D;
}
</style>
border-color css
<style>
span { border-color: #20967D; }
span { border-color: rgb(32,150,125); }
td.TdClassName
{
border-color: #20967D;
}
.TagClassName
{
border-color: #20967D;
}
</style>