Shades of Elf Green #139075
Tints of Elf Green #139075
RGB
CMYK
RGB Variations
Color information
#139075 (or 0x139075) is known color: Elf Green. HEX triplet: 13, 90 and 75. RGB value is (19,144,117). Sum of RGB (Red+Green+Blue) = 19+144+117=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #139075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139075 is #EC6F8A. Grayscale: #676767. Windows color (decimal): -15495051 or 7704595. OLE color: 7704595.
HSL color Cylindrical-coordinate representation of color #139075: hue angle of 167.04º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139075 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 117 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.44 |
| HSL | 167.04º | 0.77% | 0.32% | - |
| HSV(B) | 167.04º | 0.87% | 0.56% | - |
| XYZ | 13.45 | 21.37 | 20.25 | - |
| YUV | 103.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 117 | 0.87 | 0 | 0.19 | 0.44 | 167.04 | 0.77 | 0.32 |
| Hex | 13 | 90 | 75 | 57 | 0 | 13 | 2C | A7 | 4D | 20 |
| Octal | 23 | 220 | 165 | 127 | 0 | 23 | 54 | 247 | 115 | 40 |
| Binary | 10011 | 10010000 | 1110101 | 1010111 | 0 | 10011 | 101100 | 10100111 | 1001101 | 100000 |
Color Harmonies of #139075
Complementary color
Monochromatic Colors of #139075
Black with #139075
Text Example
Text Example
White with #139075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139075; }
p { color: rgb(19,144,117); }
H1.HeaderClassName
{
color: #139075;
}
.AnyTagClassName
{
color: #139075;
}
</style>
background-color css
<style>
a { background-color: #139075; }
a { background-color: rgb(19,144,117); }
div.DivClassName
{
background-color: #139075;
}
.BgClassName
{
background-color: #139075;
}
</style>
border-color css
<style>
span { border-color: #139075; }
span { border-color: rgb(19,144,117); }
td.TdClassName
{
border-color: #139075;
}
.TagClassName
{
border-color: #139075;
}
</style>