Shades of Elf Green #119272
Tints of Elf Green #119272
RGB
CMYK
RGB Variations
Color information
#119272 (or 0x119272) is known color: Elf Green. HEX triplet: 11, 92 and 72. RGB value is (17,146,114). Sum of RGB (Red+Green+Blue) = 17+146+114=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #119272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119272 is #EE6D8D. Grayscale: #676767. Windows color (decimal): -15625614 or 7508497. OLE color: 7508497.
HSL color Cylindrical-coordinate representation of color #119272: hue angle of 165.12º 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 #119272 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 114 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.43 |
| HSL | 165.12º | 0.79% | 0.32% | - |
| HSV(B) | 165.12º | 0.88% | 0.57% | - |
| XYZ | 13.55 | 21.89 | 19.43 | - |
| YUV | 103.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 114 | 0.88 | 0 | 0.22 | 0.43 | 165.12 | 0.79 | 0.32 |
| Hex | 11 | 92 | 72 | 58 | 0 | 16 | 2B | A5 | 4F | 20 |
| Octal | 21 | 222 | 162 | 130 | 0 | 26 | 53 | 245 | 117 | 40 |
| Binary | 10001 | 10010010 | 1110010 | 1011000 | 0 | 10110 | 101011 | 10100101 | 1001111 | 100000 |
Color Harmonies of #119272
Complementary color
Monochromatic Colors of #119272
Black with #119272
Text Example
Text Example
White with #119272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119272; }
p { color: rgb(17,146,114); }
H1.HeaderClassName
{
color: #119272;
}
.AnyTagClassName
{
color: #119272;
}
</style>
background-color css
<style>
a { background-color: #119272; }
a { background-color: rgb(17,146,114); }
div.DivClassName
{
background-color: #119272;
}
.BgClassName
{
background-color: #119272;
}
</style>
border-color css
<style>
span { border-color: #119272; }
span { border-color: rgb(17,146,114); }
td.TdClassName
{
border-color: #119272;
}
.TagClassName
{
border-color: #119272;
}
</style>