Shades of Elf Green #20926B
Tints of Elf Green #20926B
RGB
CMYK
RGB Variations
Color information
#20926B (or 0x20926B) is known color: Elf Green. HEX triplet: 20, 92 and 6B. RGB value is (32,146,107). Sum of RGB (Red+Green+Blue) = 32+146+107=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #20926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20926B is #DF6D94. Grayscale: #6B6B6B. Windows color (decimal): -14642581 or 7049760. OLE color: 7049760.
HSL color Cylindrical-coordinate representation of color #20926B: hue angle of 159.47º 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 #20926B is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 107 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.43 |
| HSL | 159.47º | 0.64% | 0.35% | - |
| HSV(B) | 159.47º | 0.78% | 0.57% | - |
| XYZ | 13.53 | 21.93 | 17.43 | - |
| YUV | 107.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 107 | 0.78 | 0 | 0.27 | 0.43 | 159.47 | 0.64 | 0.35 |
| Hex | 20 | 92 | 6B | 4E | 0 | 1B | 2B | 9F | 40 | 23 |
| Octal | 40 | 222 | 153 | 116 | 0 | 33 | 53 | 237 | 100 | 43 |
| Binary | 100000 | 10010010 | 1101011 | 1001110 | 0 | 11011 | 101011 | 10011111 | 1000000 | 100011 |
Color Harmonies of #20926B
Complementary color
Monochromatic Colors of #20926B
Black with #20926B
Text Example
Text Example
White with #20926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20926B; }
p { color: rgb(32,146,107); }
H1.HeaderClassName
{
color: #20926B;
}
.AnyTagClassName
{
color: #20926B;
}
</style>
background-color css
<style>
a { background-color: #20926B; }
a { background-color: rgb(32,146,107); }
div.DivClassName
{
background-color: #20926B;
}
.BgClassName
{
background-color: #20926B;
}
</style>
border-color css
<style>
span { border-color: #20926B; }
span { border-color: rgb(32,146,107); }
td.TdClassName
{
border-color: #20926B;
}
.TagClassName
{
border-color: #20926B;
}
</style>