Shades of Elf Green #139362
Tints of Elf Green #139362
RGB
CMYK
RGB Variations
Color information
#139362 (or 0x139362) is known color: Elf Green. HEX triplet: 13, 93 and 62. RGB value is (19,147,98). Sum of RGB (Red+Green+Blue) = 19+147+98=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #139362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139362 is #EC6C9D. Grayscale: #676767. Windows color (decimal): -15494302 or 6460179. OLE color: 6460179.
HSL color Cylindrical-coordinate representation of color #139362: hue angle of 157.03º 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 #139362 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 98 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.42 |
| HSL | 157.03º | 0.77% | 0.33% | - |
| HSV(B) | 157.03º | 0.87% | 0.58% | - |
| XYZ | 12.91 | 21.89 | 15.1 | - |
| YUV | 103.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 98 | 0.87 | 0 | 0.33 | 0.42 | 157.03 | 0.77 | 0.33 |
| Hex | 13 | 93 | 62 | 57 | 0 | 21 | 2A | 9D | 4D | 21 |
| Octal | 23 | 223 | 142 | 127 | 0 | 41 | 52 | 235 | 115 | 41 |
| Binary | 10011 | 10010011 | 1100010 | 1010111 | 0 | 100001 | 101010 | 10011101 | 1001101 | 100001 |
Color Harmonies of #139362
Complementary color
Monochromatic Colors of #139362
Black with #139362
Text Example
Text Example
White with #139362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139362; }
p { color: rgb(19,147,98); }
H1.HeaderClassName
{
color: #139362;
}
.AnyTagClassName
{
color: #139362;
}
</style>
background-color css
<style>
a { background-color: #139362; }
a { background-color: rgb(19,147,98); }
div.DivClassName
{
background-color: #139362;
}
.BgClassName
{
background-color: #139362;
}
</style>
border-color css
<style>
span { border-color: #139362; }
span { border-color: rgb(19,147,98); }
td.TdClassName
{
border-color: #139362;
}
.TagClassName
{
border-color: #139362;
}
</style>