Shades of Elf Green #209269
Tints of Elf Green #209269
RGB
CMYK
RGB Variations
Color information
#209269 (or 0x209269) is known color: Elf Green. HEX triplet: 20, 92 and 69. RGB value is (32,146,105). Sum of RGB (Red+Green+Blue) = 32+146+105=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #209269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209269 is #DF6D96. Grayscale: #6B6B6B. Windows color (decimal): -14642583 or 6918688. OLE color: 6918688.
HSL color Cylindrical-coordinate representation of color #209269: hue angle of 158.42º 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 #209269 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 105 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.43 |
| HSL | 158.42º | 0.64% | 0.35% | - |
| HSV(B) | 158.42º | 0.78% | 0.57% | - |
| XYZ | 13.42 | 21.88 | 16.88 | - |
| YUV | 107.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 105 | 0.78 | 0 | 0.28 | 0.43 | 158.42 | 0.64 | 0.35 |
| Hex | 20 | 92 | 69 | 4E | 0 | 1C | 2B | 9E | 40 | 23 |
| Octal | 40 | 222 | 151 | 116 | 0 | 34 | 53 | 236 | 100 | 43 |
| Binary | 100000 | 10010010 | 1101001 | 1001110 | 0 | 11100 | 101011 | 10011110 | 1000000 | 100011 |
Color Harmonies of #209269
Complementary color
Monochromatic Colors of #209269
Black with #209269
Text Example
Text Example
White with #209269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209269; }
p { color: rgb(32,146,105); }
H1.HeaderClassName
{
color: #209269;
}
.AnyTagClassName
{
color: #209269;
}
</style>
background-color css
<style>
a { background-color: #209269; }
a { background-color: rgb(32,146,105); }
div.DivClassName
{
background-color: #209269;
}
.BgClassName
{
background-color: #209269;
}
</style>
border-color css
<style>
span { border-color: #209269; }
span { border-color: rgb(32,146,105); }
td.TdClassName
{
border-color: #209269;
}
.TagClassName
{
border-color: #209269;
}
</style>