Shades of Elf Green #139378
Tints of Elf Green #139378
RGB
CMYK
RGB Variations
Color information
#139378 (or 0x139378) is known color: Elf Green. HEX triplet: 13, 93 and 78. RGB value is (19,147,120). Sum of RGB (Red+Green+Blue) = 19+147+120=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #139378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139378 is #EC6C87. Grayscale: #696969. Windows color (decimal): -15494280 or 7901971. OLE color: 7901971.
HSL color Cylindrical-coordinate representation of color #139378: hue angle of 167.34º 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 #139378 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 120 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.42 |
| HSL | 167.34º | 0.77% | 0.33% | - |
| HSV(B) | 167.34º | 0.87% | 0.58% | - |
| XYZ | 14.09 | 22.36 | 21.34 | - |
| YUV | 105.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 120 | 0.87 | 0 | 0.18 | 0.42 | 167.34 | 0.77 | 0.33 |
| Hex | 13 | 93 | 78 | 57 | 0 | 12 | 2A | A7 | 4D | 21 |
| Octal | 23 | 223 | 170 | 127 | 0 | 22 | 52 | 247 | 115 | 41 |
| Binary | 10011 | 10010011 | 1111000 | 1010111 | 0 | 10010 | 101010 | 10100111 | 1001101 | 100001 |
Color Harmonies of #139378
Complementary color
Monochromatic Colors of #139378
Black with #139378
Text Example
Text Example
White with #139378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139378; }
p { color: rgb(19,147,120); }
H1.HeaderClassName
{
color: #139378;
}
.AnyTagClassName
{
color: #139378;
}
</style>
background-color css
<style>
a { background-color: #139378; }
a { background-color: rgb(19,147,120); }
div.DivClassName
{
background-color: #139378;
}
.BgClassName
{
background-color: #139378;
}
</style>
border-color css
<style>
span { border-color: #139378; }
span { border-color: rgb(19,147,120); }
td.TdClassName
{
border-color: #139378;
}
.TagClassName
{
border-color: #139378;
}
</style>