Shades of Elf Green #209F6F
Tints of Elf Green #209F6F
RGB
CMYK
RGB Variations
Color information
#209F6F (or 0x209F6F) is known color: Elf Green. HEX triplet: 20, 9F and 6F. RGB value is (32,159,111). Sum of RGB (Red+Green+Blue) = 32+159+111=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #209F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F6F is #DF6090. Grayscale: #737373. Windows color (decimal): -14639249 or 7315232. OLE color: 7315232.
HSL color Cylindrical-coordinate representation of color #209F6F: hue angle of 157.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F6F is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 111 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.38 |
| HSL | 157.32º | 0.66% | 0.37% | - |
| HSV(B) | 157.32º | 0.8% | 0.62% | - |
| XYZ | 15.86 | 26.25 | 19.27 | - |
| YUV | 115.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 111 | 0.80 | 0 | 0.30 | 0.38 | 157.32 | 0.66 | 0.37 |
| Hex | 20 | 9F | 6F | 50 | 0 | 1E | 26 | 9D | 42 | 25 |
| Octal | 40 | 237 | 157 | 120 | 0 | 36 | 46 | 235 | 102 | 45 |
| Binary | 100000 | 10011111 | 1101111 | 1010000 | 0 | 11110 | 100110 | 10011101 | 1000010 | 100101 |
Color Harmonies of #209F6F
Complementary color
Monochromatic Colors of #209F6F
Black with #209F6F
Text Example
Text Example
White with #209F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F6F; }
p { color: rgb(32,159,111); }
H1.HeaderClassName
{
color: #209F6F;
}
.AnyTagClassName
{
color: #209F6F;
}
</style>
background-color css
<style>
a { background-color: #209F6F; }
a { background-color: rgb(32,159,111); }
div.DivClassName
{
background-color: #209F6F;
}
.BgClassName
{
background-color: #209F6F;
}
</style>
border-color css
<style>
span { border-color: #209F6F; }
span { border-color: rgb(32,159,111); }
td.TdClassName
{
border-color: #209F6F;
}
.TagClassName
{
border-color: #209F6F;
}
</style>