Shades of Elf Green #209474
Tints of Elf Green #209474
RGB
CMYK
RGB Variations
Color information
#209474 (or 0x209474) is known color: Elf Green. HEX triplet: 20, 94 and 74. RGB value is (32,148,116). Sum of RGB (Red+Green+Blue) = 32+148+116=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #209474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209474 is #DF6B8B. Grayscale: #6D6D6D. Windows color (decimal): -14642060 or 7640096. OLE color: 7640096.
HSL color Cylindrical-coordinate representation of color #209474: hue angle of 163.45º 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 #209474 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 116 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.42 |
| HSL | 163.45º | 0.64% | 0.35% | - |
| HSV(B) | 163.45º | 0.78% | 0.58% | - |
| XYZ | 14.34 | 22.75 | 20.16 | - |
| YUV | 109.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 116 | 0.78 | 0 | 0.22 | 0.42 | 163.45 | 0.64 | 0.35 |
| Hex | 20 | 94 | 74 | 4E | 0 | 16 | 2A | A3 | 40 | 23 |
| Octal | 40 | 224 | 164 | 116 | 0 | 26 | 52 | 243 | 100 | 43 |
| Binary | 100000 | 10010100 | 1110100 | 1001110 | 0 | 10110 | 101010 | 10100011 | 1000000 | 100011 |
Color Harmonies of #209474
Complementary color
Monochromatic Colors of #209474
Black with #209474
Text Example
Text Example
White with #209474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209474; }
p { color: rgb(32,148,116); }
H1.HeaderClassName
{
color: #209474;
}
.AnyTagClassName
{
color: #209474;
}
</style>
background-color css
<style>
a { background-color: #209474; }
a { background-color: rgb(32,148,116); }
div.DivClassName
{
background-color: #209474;
}
.BgClassName
{
background-color: #209474;
}
</style>
border-color css
<style>
span { border-color: #209474; }
span { border-color: rgb(32,148,116); }
td.TdClassName
{
border-color: #209474;
}
.TagClassName
{
border-color: #209474;
}
</style>