Shades of Elf Green #209270
Tints of Elf Green #209270
RGB
CMYK
RGB Variations
Color information
#209270 (or 0x209270) is known color: Elf Green. HEX triplet: 20, 92 and 70. RGB value is (32,146,112). Sum of RGB (Red+Green+Blue) = 32+146+112=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #209270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209270 is #DF6D8F. Grayscale: #6C6C6C. Windows color (decimal): -14642576 or 7377440. OLE color: 7377440.
HSL color Cylindrical-coordinate representation of color #209270: hue angle of 162.11º 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 #209270 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 112 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.43 |
| HSL | 162.11º | 0.64% | 0.35% | - |
| HSV(B) | 162.11º | 0.78% | 0.57% | - |
| XYZ | 13.8 | 22.03 | 18.86 | - |
| YUV | 108.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 112 | 0.78 | 0 | 0.23 | 0.43 | 162.11 | 0.64 | 0.35 |
| Hex | 20 | 92 | 70 | 4E | 0 | 17 | 2B | A2 | 40 | 23 |
| Octal | 40 | 222 | 160 | 116 | 0 | 27 | 53 | 242 | 100 | 43 |
| Binary | 100000 | 10010010 | 1110000 | 1001110 | 0 | 10111 | 101011 | 10100010 | 1000000 | 100011 |
Color Harmonies of #209270
Complementary color
Monochromatic Colors of #209270
Black with #209270
Text Example
Text Example
White with #209270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209270; }
p { color: rgb(32,146,112); }
H1.HeaderClassName
{
color: #209270;
}
.AnyTagClassName
{
color: #209270;
}
</style>
background-color css
<style>
a { background-color: #209270; }
a { background-color: rgb(32,146,112); }
div.DivClassName
{
background-color: #209270;
}
.BgClassName
{
background-color: #209270;
}
</style>
border-color css
<style>
span { border-color: #209270; }
span { border-color: rgb(32,146,112); }
td.TdClassName
{
border-color: #209270;
}
.TagClassName
{
border-color: #209270;
}
</style>