Shades of Elf Green #209268
Tints of Elf Green #209268
RGB
CMYK
RGB Variations
Color information
#209268 (or 0x209268) is known color: Elf Green. HEX triplet: 20, 92 and 68. RGB value is (32,146,104). Sum of RGB (Red+Green+Blue) = 32+146+104=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #209268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209268 is #DF6D97. Grayscale: #6B6B6B. Windows color (decimal): -14642584 or 6853152. OLE color: 6853152.
HSL color Cylindrical-coordinate representation of color #209268: hue angle of 157.89º 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 #209268 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 104 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.43 |
| HSL | 157.89º | 0.64% | 0.35% | - |
| HSV(B) | 157.89º | 0.78% | 0.57% | - |
| XYZ | 13.37 | 21.86 | 16.61 | - |
| YUV | 107.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 104 | 0.78 | 0 | 0.29 | 0.43 | 157.89 | 0.64 | 0.35 |
| Hex | 20 | 92 | 68 | 4E | 0 | 1D | 2B | 9E | 40 | 23 |
| Octal | 40 | 222 | 150 | 116 | 0 | 35 | 53 | 236 | 100 | 43 |
| Binary | 100000 | 10010010 | 1101000 | 1001110 | 0 | 11101 | 101011 | 10011110 | 1000000 | 100011 |
Color Harmonies of #209268
Complementary color
Monochromatic Colors of #209268
Black with #209268
Text Example
Text Example
White with #209268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209268; }
p { color: rgb(32,146,104); }
H1.HeaderClassName
{
color: #209268;
}
.AnyTagClassName
{
color: #209268;
}
</style>
background-color css
<style>
a { background-color: #209268; }
a { background-color: rgb(32,146,104); }
div.DivClassName
{
background-color: #209268;
}
.BgClassName
{
background-color: #209268;
}
</style>
border-color css
<style>
span { border-color: #209268; }
span { border-color: rgb(32,146,104); }
td.TdClassName
{
border-color: #209268;
}
.TagClassName
{
border-color: #209268;
}
</style>