Shades of Elf Green #209062
Tints of Elf Green #209062
RGB
CMYK
RGB Variations
Color information
#209062 (or 0x209062) is known color: Elf Green. HEX triplet: 20, 90 and 62. RGB value is (32,144,98). Sum of RGB (Red+Green+Blue) = 32+144+98=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #209062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209062 is #DF6F9D. Grayscale: #696969. Windows color (decimal): -14643102 or 6459424. OLE color: 6459424.
HSL color Cylindrical-coordinate representation of color #209062: hue angle of 155.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209062 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 98 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.44 |
| HSL | 155.36º | 0.64% | 0.35% | - |
| HSV(B) | 155.36º | 0.78% | 0.56% | - |
| XYZ | 12.77 | 21.14 | 14.96 | - |
| YUV | 105.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 98 | 0.78 | 0 | 0.32 | 0.44 | 155.36 | 0.64 | 0.35 |
| Hex | 20 | 90 | 62 | 4E | 0 | 20 | 2C | 9B | 40 | 23 |
| Octal | 40 | 220 | 142 | 116 | 0 | 40 | 54 | 233 | 100 | 43 |
| Binary | 100000 | 10010000 | 1100010 | 1001110 | 0 | 100000 | 101100 | 10011011 | 1000000 | 100011 |
Color Harmonies of #209062
Complementary color
Monochromatic Colors of #209062
Black with #209062
Text Example
Text Example
White with #209062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209062; }
p { color: rgb(32,144,98); }
H1.HeaderClassName
{
color: #209062;
}
.AnyTagClassName
{
color: #209062;
}
</style>
background-color css
<style>
a { background-color: #209062; }
a { background-color: rgb(32,144,98); }
div.DivClassName
{
background-color: #209062;
}
.BgClassName
{
background-color: #209062;
}
</style>
border-color css
<style>
span { border-color: #209062; }
span { border-color: rgb(32,144,98); }
td.TdClassName
{
border-color: #209062;
}
.TagClassName
{
border-color: #209062;
}
</style>