Shades of Elf Green #119273
Tints of Elf Green #119273
RGB
CMYK
RGB Variations
Color information
#119273 (or 0x119273) is known color: Elf Green. HEX triplet: 11, 92 and 73. RGB value is (17,146,115). Sum of RGB (Red+Green+Blue) = 17+146+115=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #119273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119273 is #EE6D8C. Grayscale: #676767. Windows color (decimal): -15625613 or 7574033. OLE color: 7574033.
HSL color Cylindrical-coordinate representation of color #119273: hue angle of 165.58º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119273 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 115 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.43 |
| HSL | 165.58º | 0.79% | 0.32% | - |
| HSV(B) | 165.58º | 0.88% | 0.57% | - |
| XYZ | 13.6 | 21.91 | 19.73 | - |
| YUV | 103.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 115 | 0.88 | 0 | 0.21 | 0.43 | 165.58 | 0.79 | 0.32 |
| Hex | 11 | 92 | 73 | 58 | 0 | 15 | 2B | A6 | 4F | 20 |
| Octal | 21 | 222 | 163 | 130 | 0 | 25 | 53 | 246 | 117 | 40 |
| Binary | 10001 | 10010010 | 1110011 | 1011000 | 0 | 10101 | 101011 | 10100110 | 1001111 | 100000 |
Color Harmonies of #119273
Complementary color
Monochromatic Colors of #119273
Black with #119273
Text Example
Text Example
White with #119273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119273; }
p { color: rgb(17,146,115); }
H1.HeaderClassName
{
color: #119273;
}
.AnyTagClassName
{
color: #119273;
}
</style>
background-color css
<style>
a { background-color: #119273; }
a { background-color: rgb(17,146,115); }
div.DivClassName
{
background-color: #119273;
}
.BgClassName
{
background-color: #119273;
}
</style>
border-color css
<style>
span { border-color: #119273; }
span { border-color: rgb(17,146,115); }
td.TdClassName
{
border-color: #119273;
}
.TagClassName
{
border-color: #119273;
}
</style>