Shades of Elf Green #209380
Tints of Elf Green #209380
RGB
CMYK
RGB Variations
Color information
#209380 (or 0x209380) is known color: Elf Green. HEX triplet: 20, 93 and 80. RGB value is (32,147,128). Sum of RGB (Red+Green+Blue) = 32+147+128=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #209380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209380 is #DF6C7F. Grayscale: #6E6E6E. Windows color (decimal): -14642304 or 8426272. OLE color: 8426272.
HSL color Cylindrical-coordinate representation of color #209380: hue angle of 170.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209380 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 128 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.42 |
| HSL | 170.09º | 0.64% | 0.35% | - |
| HSV(B) | 170.09º | 0.78% | 0.58% | - |
| XYZ | 14.93 | 22.73 | 24.02 | - |
| YUV | 110.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 128 | 0.78 | 0 | 0.13 | 0.42 | 170.09 | 0.64 | 0.35 |
| Hex | 20 | 93 | 80 | 4E | 0 | D | 2A | AA | 40 | 23 |
| Octal | 40 | 223 | 200 | 116 | 0 | 15 | 52 | 252 | 100 | 43 |
| Binary | 100000 | 10010011 | 10000000 | 1001110 | 0 | 1101 | 101010 | 10101010 | 1000000 | 100011 |
Color Harmonies of #209380
Complementary color
Monochromatic Colors of #209380
Black with #209380
Text Example
Text Example
White with #209380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209380; }
p { color: rgb(32,147,128); }
H1.HeaderClassName
{
color: #209380;
}
.AnyTagClassName
{
color: #209380;
}
</style>
background-color css
<style>
a { background-color: #209380; }
a { background-color: rgb(32,147,128); }
div.DivClassName
{
background-color: #209380;
}
.BgClassName
{
background-color: #209380;
}
</style>
border-color css
<style>
span { border-color: #209380; }
span { border-color: rgb(32,147,128); }
td.TdClassName
{
border-color: #209380;
}
.TagClassName
{
border-color: #209380;
}
</style>