Shades of Elf Green #119368
Tints of Elf Green #119368
RGB
CMYK
RGB Variations
Color information
#119368 (or 0x119368) is known color: Elf Green. HEX triplet: 11, 93 and 68. RGB value is (17,147,104). Sum of RGB (Red+Green+Blue) = 17+147+104=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #119368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119368 is #EE6C97. Grayscale: #676767. Windows color (decimal): -15625368 or 6853393. OLE color: 6853393.
HSL color Cylindrical-coordinate representation of color #119368: hue angle of 160.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119368 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 104 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.42 |
| HSL | 160.15º | 0.79% | 0.32% | - |
| HSV(B) | 160.15º | 0.88% | 0.58% | - |
| XYZ | 13.16 | 21.99 | 16.65 | - |
| YUV | 103.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 104 | 0.88 | 0 | 0.29 | 0.42 | 160.15 | 0.79 | 0.32 |
| Hex | 11 | 93 | 68 | 58 | 0 | 1D | 2A | A0 | 4F | 20 |
| Octal | 21 | 223 | 150 | 130 | 0 | 35 | 52 | 240 | 117 | 40 |
| Binary | 10001 | 10010011 | 1101000 | 1011000 | 0 | 11101 | 101010 | 10100000 | 1001111 | 100000 |
Color Harmonies of #119368
Complementary color
Monochromatic Colors of #119368
Black with #119368
Text Example
Text Example
White with #119368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119368; }
p { color: rgb(17,147,104); }
H1.HeaderClassName
{
color: #119368;
}
.AnyTagClassName
{
color: #119368;
}
</style>
background-color css
<style>
a { background-color: #119368; }
a { background-color: rgb(17,147,104); }
div.DivClassName
{
background-color: #119368;
}
.BgClassName
{
background-color: #119368;
}
</style>
border-color css
<style>
span { border-color: #119368; }
span { border-color: rgb(17,147,104); }
td.TdClassName
{
border-color: #119368;
}
.TagClassName
{
border-color: #119368;
}
</style>