Shades of Elf Green #20937D
Tints of Elf Green #20937D
RGB
CMYK
RGB Variations
Color information
#20937D (or 0x20937D) is known color: Elf Green. HEX triplet: 20, 93 and 7D. RGB value is (32,147,125). Sum of RGB (Red+Green+Blue) = 32+147+125=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #20937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20937D is #DF6C82. Grayscale: #6E6E6E. Windows color (decimal): -14642307 or 8229664. OLE color: 8229664.
HSL color Cylindrical-coordinate representation of color #20937D: hue angle of 168.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20937D is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 125 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.42 |
| HSL | 168.52º | 0.64% | 0.35% | - |
| HSV(B) | 168.52º | 0.78% | 0.58% | - |
| XYZ | 14.73 | 22.66 | 23 | - |
| YUV | 110.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 125 | 0.78 | 0 | 0.15 | 0.42 | 168.52 | 0.64 | 0.35 |
| Hex | 20 | 93 | 7D | 4E | 0 | F | 2A | A9 | 40 | 23 |
| Octal | 40 | 223 | 175 | 116 | 0 | 17 | 52 | 251 | 100 | 43 |
| Binary | 100000 | 10010011 | 1111101 | 1001110 | 0 | 1111 | 101010 | 10101001 | 1000000 | 100011 |
Color Harmonies of #20937D
Complementary color
Monochromatic Colors of #20937D
Black with #20937D
Text Example
Text Example
White with #20937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20937D; }
p { color: rgb(32,147,125); }
H1.HeaderClassName
{
color: #20937D;
}
.AnyTagClassName
{
color: #20937D;
}
</style>
background-color css
<style>
a { background-color: #20937D; }
a { background-color: rgb(32,147,125); }
div.DivClassName
{
background-color: #20937D;
}
.BgClassName
{
background-color: #20937D;
}
</style>
border-color css
<style>
span { border-color: #20937D; }
span { border-color: rgb(32,147,125); }
td.TdClassName
{
border-color: #20937D;
}
.TagClassName
{
border-color: #20937D;
}
</style>