Shades of Elf Green #139374
Tints of Elf Green #139374
RGB
CMYK
RGB Variations
Color information
#139374 (or 0x139374) is known color: Elf Green. HEX triplet: 13, 93 and 74. RGB value is (19,147,116). Sum of RGB (Red+Green+Blue) = 19+147+116=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #139374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139374 is #EC6C8B. Grayscale: #696969. Windows color (decimal): -15494284 or 7639827. OLE color: 7639827.
HSL color Cylindrical-coordinate representation of color #139374: hue angle of 165.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139374 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 116 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.42 |
| HSL | 165.47º | 0.77% | 0.33% | - |
| HSV(B) | 165.47º | 0.87% | 0.58% | - |
| XYZ | 13.85 | 22.27 | 20.09 | - |
| YUV | 105.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 116 | 0.87 | 0 | 0.21 | 0.42 | 165.47 | 0.77 | 0.33 |
| Hex | 13 | 93 | 74 | 57 | 0 | 15 | 2A | A5 | 4D | 21 |
| Octal | 23 | 223 | 164 | 127 | 0 | 25 | 52 | 245 | 115 | 41 |
| Binary | 10011 | 10010011 | 1110100 | 1010111 | 0 | 10101 | 101010 | 10100101 | 1001101 | 100001 |
Color Harmonies of #139374
Complementary color
Monochromatic Colors of #139374
Black with #139374
Text Example
Text Example
White with #139374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139374; }
p { color: rgb(19,147,116); }
H1.HeaderClassName
{
color: #139374;
}
.AnyTagClassName
{
color: #139374;
}
</style>
background-color css
<style>
a { background-color: #139374; }
a { background-color: rgb(19,147,116); }
div.DivClassName
{
background-color: #139374;
}
.BgClassName
{
background-color: #139374;
}
</style>
border-color css
<style>
span { border-color: #139374; }
span { border-color: rgb(19,147,116); }
td.TdClassName
{
border-color: #139374;
}
.TagClassName
{
border-color: #139374;
}
</style>