Shades of Elf Green #20927F
Tints of Elf Green #20927F
RGB
CMYK
RGB Variations
Color information
#20927F (or 0x20927F) is known color: Elf Green. HEX triplet: 20, 92 and 7F. RGB value is (32,146,127). Sum of RGB (Red+Green+Blue) = 32+146+127=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #20927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20927F is #DF6D80. Grayscale: #6D6D6D. Windows color (decimal): -14642561 or 8360480. OLE color: 8360480.
HSL color Cylindrical-coordinate representation of color #20927F: hue angle of 170º 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 #20927F is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 127 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.43 |
| HSL | 170º | 0.64% | 0.35% | - |
| HSV(B) | 170º | 0.78% | 0.57% | - |
| XYZ | 14.71 | 22.4 | 23.63 | - |
| YUV | 109.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 127 | 0.78 | 0 | 0.13 | 0.43 | 170 | 0.64 | 0.35 |
| Hex | 20 | 92 | 7F | 4E | 0 | D | 2B | AA | 40 | 23 |
| Octal | 40 | 222 | 177 | 116 | 0 | 15 | 53 | 252 | 100 | 43 |
| Binary | 100000 | 10010010 | 1111111 | 1001110 | 0 | 1101 | 101011 | 10101010 | 1000000 | 100011 |
Color Harmonies of #20927F
Complementary color
Monochromatic Colors of #20927F
Black with #20927F
Text Example
Text Example
White with #20927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20927F; }
p { color: rgb(32,146,127); }
H1.HeaderClassName
{
color: #20927F;
}
.AnyTagClassName
{
color: #20927F;
}
</style>
background-color css
<style>
a { background-color: #20927F; }
a { background-color: rgb(32,146,127); }
div.DivClassName
{
background-color: #20927F;
}
.BgClassName
{
background-color: #20927F;
}
</style>
border-color css
<style>
span { border-color: #20927F; }
span { border-color: rgb(32,146,127); }
td.TdClassName
{
border-color: #20927F;
}
.TagClassName
{
border-color: #20927F;
}
</style>