Shades of Elf Green #209180
Tints of Elf Green #209180
RGB
CMYK
RGB Variations
Color information
#209180 (or 0x209180) is known color: Elf Green. HEX triplet: 20, 91 and 80. RGB value is (32,145,128). Sum of RGB (Red+Green+Blue) = 32+145+128=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #209180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209180 is #DF6E7F. Grayscale: #6D6D6D. Windows color (decimal): -14642816 or 8425760. OLE color: 8425760.
HSL color Cylindrical-coordinate representation of color #209180: hue angle of 170.97º 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 #209180 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 128 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.43 |
| HSL | 170.97º | 0.64% | 0.35% | - |
| HSV(B) | 170.97º | 0.78% | 0.57% | - |
| XYZ | 14.62 | 22.12 | 23.92 | - |
| YUV | 109.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 128 | 0.78 | 0 | 0.12 | 0.43 | 170.97 | 0.64 | 0.35 |
| Hex | 20 | 91 | 80 | 4E | 0 | C | 2B | AB | 40 | 23 |
| Octal | 40 | 221 | 200 | 116 | 0 | 14 | 53 | 253 | 100 | 43 |
| Binary | 100000 | 10010001 | 10000000 | 1001110 | 0 | 1100 | 101011 | 10101011 | 1000000 | 100011 |
Color Harmonies of #209180
Complementary color
Monochromatic Colors of #209180
Black with #209180
Text Example
Text Example
White with #209180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209180; }
p { color: rgb(32,145,128); }
H1.HeaderClassName
{
color: #209180;
}
.AnyTagClassName
{
color: #209180;
}
</style>
background-color css
<style>
a { background-color: #209180; }
a { background-color: rgb(32,145,128); }
div.DivClassName
{
background-color: #209180;
}
.BgClassName
{
background-color: #209180;
}
</style>
border-color css
<style>
span { border-color: #209180; }
span { border-color: rgb(32,145,128); }
td.TdClassName
{
border-color: #209180;
}
.TagClassName
{
border-color: #209180;
}
</style>