Shades of Elf Green #209372
Tints of Elf Green #209372
RGB
CMYK
RGB Variations
Color information
#209372 (or 0x209372) is known color: Elf Green. HEX triplet: 20, 93 and 72. RGB value is (32,147,114). Sum of RGB (Red+Green+Blue) = 32+147+114=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #209372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209372 is #DF6C8D. Grayscale: #6C6C6C. Windows color (decimal): -14642318 or 7508768. OLE color: 7508768.
HSL color Cylindrical-coordinate representation of color #209372: hue angle of 162.78º 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 #209372 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 114 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.42 |
| HSL | 162.78º | 0.64% | 0.35% | - |
| HSV(B) | 162.78º | 0.78% | 0.58% | - |
| XYZ | 14.07 | 22.39 | 19.5 | - |
| YUV | 108.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 114 | 0.78 | 0 | 0.22 | 0.42 | 162.78 | 0.64 | 0.35 |
| Hex | 20 | 93 | 72 | 4E | 0 | 16 | 2A | A3 | 40 | 23 |
| Octal | 40 | 223 | 162 | 116 | 0 | 26 | 52 | 243 | 100 | 43 |
| Binary | 100000 | 10010011 | 1110010 | 1001110 | 0 | 10110 | 101010 | 10100011 | 1000000 | 100011 |
Color Harmonies of #209372
Complementary color
Monochromatic Colors of #209372
Black with #209372
Text Example
Text Example
White with #209372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209372; }
p { color: rgb(32,147,114); }
H1.HeaderClassName
{
color: #209372;
}
.AnyTagClassName
{
color: #209372;
}
</style>
background-color css
<style>
a { background-color: #209372; }
a { background-color: rgb(32,147,114); }
div.DivClassName
{
background-color: #209372;
}
.BgClassName
{
background-color: #209372;
}
</style>
border-color css
<style>
span { border-color: #209372; }
span { border-color: rgb(32,147,114); }
td.TdClassName
{
border-color: #209372;
}
.TagClassName
{
border-color: #209372;
}
</style>