Shades of Elf Green #209065
Tints of Elf Green #209065
RGB
CMYK
RGB Variations
Color information
#209065 (or 0x209065) is known color: Elf Green. HEX triplet: 20, 90 and 65. RGB value is (32,144,101). Sum of RGB (Red+Green+Blue) = 32+144+101=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #209065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209065 is #DF6F9A. Grayscale: #696969. Windows color (decimal): -14643099 or 6656032. OLE color: 6656032.
HSL color Cylindrical-coordinate representation of color #209065: hue angle of 156.96º 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 #209065 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 101 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.44 |
| HSL | 156.96º | 0.64% | 0.35% | - |
| HSV(B) | 156.96º | 0.78% | 0.56% | - |
| XYZ | 12.92 | 21.19 | 15.72 | - |
| YUV | 105.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 101 | 0.78 | 0 | 0.30 | 0.44 | 156.96 | 0.64 | 0.35 |
| Hex | 20 | 90 | 65 | 4E | 0 | 1E | 2C | 9D | 40 | 23 |
| Octal | 40 | 220 | 145 | 116 | 0 | 36 | 54 | 235 | 100 | 43 |
| Binary | 100000 | 10010000 | 1100101 | 1001110 | 0 | 11110 | 101100 | 10011101 | 1000000 | 100011 |
Color Harmonies of #209065
Complementary color
Monochromatic Colors of #209065
Black with #209065
Text Example
Text Example
White with #209065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209065; }
p { color: rgb(32,144,101); }
H1.HeaderClassName
{
color: #209065;
}
.AnyTagClassName
{
color: #209065;
}
</style>
background-color css
<style>
a { background-color: #209065; }
a { background-color: rgb(32,144,101); }
div.DivClassName
{
background-color: #209065;
}
.BgClassName
{
background-color: #209065;
}
</style>
border-color css
<style>
span { border-color: #209065; }
span { border-color: rgb(32,144,101); }
td.TdClassName
{
border-color: #209065;
}
.TagClassName
{
border-color: #209065;
}
</style>