Shades of Elf Green #20917B
Tints of Elf Green #20917B
RGB
CMYK
RGB Variations
Color information
#20917B (or 0x20917B) is known color: Elf Green. HEX triplet: 20, 91 and 7B. RGB value is (32,145,123). Sum of RGB (Red+Green+Blue) = 32+145+123=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #20917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20917B is #DF6E84. Grayscale: #6C6C6C. Windows color (decimal): -14642821 or 8098080. OLE color: 8098080.
HSL color Cylindrical-coordinate representation of color #20917B: hue angle of 168.32º 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 #20917B is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 123 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.43 |
| HSL | 168.32º | 0.64% | 0.35% | - |
| HSV(B) | 168.32º | 0.78% | 0.57% | - |
| XYZ | 14.3 | 21.99 | 22.23 | - |
| YUV | 108.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 123 | 0.78 | 0 | 0.15 | 0.43 | 168.32 | 0.64 | 0.35 |
| Hex | 20 | 91 | 7B | 4E | 0 | F | 2B | A8 | 40 | 23 |
| Octal | 40 | 221 | 173 | 116 | 0 | 17 | 53 | 250 | 100 | 43 |
| Binary | 100000 | 10010001 | 1111011 | 1001110 | 0 | 1111 | 101011 | 10101000 | 1000000 | 100011 |
Color Harmonies of #20917B
Complementary color
Monochromatic Colors of #20917B
Black with #20917B
Text Example
Text Example
White with #20917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20917B; }
p { color: rgb(32,145,123); }
H1.HeaderClassName
{
color: #20917B;
}
.AnyTagClassName
{
color: #20917B;
}
</style>
background-color css
<style>
a { background-color: #20917B; }
a { background-color: rgb(32,145,123); }
div.DivClassName
{
background-color: #20917B;
}
.BgClassName
{
background-color: #20917B;
}
</style>
border-color css
<style>
span { border-color: #20917B; }
span { border-color: rgb(32,145,123); }
td.TdClassName
{
border-color: #20917B;
}
.TagClassName
{
border-color: #20917B;
}
</style>