Shades of Elf Green #209063
Tints of Elf Green #209063
RGB
CMYK
RGB Variations
Color information
#209063 (or 0x209063) is known color: Elf Green. HEX triplet: 20, 90 and 63. RGB value is (32,144,99). Sum of RGB (Red+Green+Blue) = 32+144+99=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #209063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209063 is #DF6F9C. Grayscale: #696969. Windows color (decimal): -14643101 or 6524960. OLE color: 6524960.
HSL color Cylindrical-coordinate representation of color #209063: hue angle of 155.89º 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 #209063 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 99 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.44 |
| HSL | 155.89º | 0.64% | 0.35% | - |
| HSV(B) | 155.89º | 0.78% | 0.56% | - |
| XYZ | 12.82 | 21.15 | 15.21 | - |
| YUV | 105.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 99 | 0.78 | 0 | 0.31 | 0.44 | 155.89 | 0.64 | 0.35 |
| Hex | 20 | 90 | 63 | 4E | 0 | 1F | 2C | 9C | 40 | 23 |
| Octal | 40 | 220 | 143 | 116 | 0 | 37 | 54 | 234 | 100 | 43 |
| Binary | 100000 | 10010000 | 1100011 | 1001110 | 0 | 11111 | 101100 | 10011100 | 1000000 | 100011 |
Color Harmonies of #209063
Complementary color
Monochromatic Colors of #209063
Black with #209063
Text Example
Text Example
White with #209063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209063; }
p { color: rgb(32,144,99); }
H1.HeaderClassName
{
color: #209063;
}
.AnyTagClassName
{
color: #209063;
}
</style>
background-color css
<style>
a { background-color: #209063; }
a { background-color: rgb(32,144,99); }
div.DivClassName
{
background-color: #209063;
}
.BgClassName
{
background-color: #209063;
}
</style>
border-color css
<style>
span { border-color: #209063; }
span { border-color: rgb(32,144,99); }
td.TdClassName
{
border-color: #209063;
}
.TagClassName
{
border-color: #209063;
}
</style>