Shades of Elf Green #20926F
Tints of Elf Green #20926F
RGB
CMYK
RGB Variations
Color information
#20926F (or 0x20926F) is known color: Elf Green. HEX triplet: 20, 92 and 6F. RGB value is (32,146,111). Sum of RGB (Red+Green+Blue) = 32+146+111=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #20926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20926F is #DF6D90. Grayscale: #6B6B6B. Windows color (decimal): -14642577 or 7311904. OLE color: 7311904.
HSL color Cylindrical-coordinate representation of color #20926F: hue angle of 161.58º 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 #20926F is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 111 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.43 |
| HSL | 161.58º | 0.64% | 0.35% | - |
| HSV(B) | 161.58º | 0.78% | 0.57% | - |
| XYZ | 13.74 | 22.01 | 18.56 | - |
| YUV | 107.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 111 | 0.78 | 0 | 0.24 | 0.43 | 161.58 | 0.64 | 0.35 |
| Hex | 20 | 92 | 6F | 4E | 0 | 18 | 2B | A2 | 40 | 23 |
| Octal | 40 | 222 | 157 | 116 | 0 | 30 | 53 | 242 | 100 | 43 |
| Binary | 100000 | 10010010 | 1101111 | 1001110 | 0 | 11000 | 101011 | 10100010 | 1000000 | 100011 |
Color Harmonies of #20926F
Complementary color
Monochromatic Colors of #20926F
Black with #20926F
Text Example
Text Example
White with #20926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20926F; }
p { color: rgb(32,146,111); }
H1.HeaderClassName
{
color: #20926F;
}
.AnyTagClassName
{
color: #20926F;
}
</style>
background-color css
<style>
a { background-color: #20926F; }
a { background-color: rgb(32,146,111); }
div.DivClassName
{
background-color: #20926F;
}
.BgClassName
{
background-color: #20926F;
}
</style>
border-color css
<style>
span { border-color: #20926F; }
span { border-color: rgb(32,146,111); }
td.TdClassName
{
border-color: #20926F;
}
.TagClassName
{
border-color: #20926F;
}
</style>