Shades of Elf Green #20957B
Tints of Elf Green #20957B
RGB
CMYK
RGB Variations
Color information
#20957B (or 0x20957B) is known color: Elf Green. HEX triplet: 20, 95 and 7B. RGB value is (32,149,123). Sum of RGB (Red+Green+Blue) = 32+149+123=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #20957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20957B is #DF6A84. Grayscale: #6F6F6F. Windows color (decimal): -14641797 or 8099104. OLE color: 8099104.
HSL color Cylindrical-coordinate representation of color #20957B: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20957B is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 123 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.42 |
| HSL | 166.67º | 0.65% | 0.35% | - |
| HSV(B) | 166.67º | 0.79% | 0.58% | - |
| XYZ | 14.92 | 23.23 | 22.44 | - |
| YUV | 111.05 | 134.74 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 123 | 0.79 | 0 | 0.17 | 0.42 | 166.67 | 0.65 | 0.35 |
| Hex | 20 | 95 | 7B | 4F | 0 | 11 | 2A | A7 | 41 | 23 |
| Octal | 40 | 225 | 173 | 117 | 0 | 21 | 52 | 247 | 101 | 43 |
| Binary | 100000 | 10010101 | 1111011 | 1001111 | 0 | 10001 | 101010 | 10100111 | 1000001 | 100011 |
Color Harmonies of #20957B
Complementary color
Monochromatic Colors of #20957B
Black with #20957B
Text Example
Text Example
White with #20957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20957B; }
p { color: rgb(32,149,123); }
H1.HeaderClassName
{
color: #20957B;
}
.AnyTagClassName
{
color: #20957B;
}
</style>
background-color css
<style>
a { background-color: #20957B; }
a { background-color: rgb(32,149,123); }
div.DivClassName
{
background-color: #20957B;
}
.BgClassName
{
background-color: #20957B;
}
</style>
border-color css
<style>
span { border-color: #20957B; }
span { border-color: rgb(32,149,123); }
td.TdClassName
{
border-color: #20957B;
}
.TagClassName
{
border-color: #20957B;
}
</style>