Shades of Elf Green #139366
Tints of Elf Green #139366
RGB
CMYK
RGB Variations
Color information
#139366 (or 0x139366) is known color: Elf Green. HEX triplet: 13, 93 and 66. RGB value is (19,147,102). Sum of RGB (Red+Green+Blue) = 19+147+102=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #139366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139366 is #EC6C99. Grayscale: #676767. Windows color (decimal): -15494298 or 6722323. OLE color: 6722323.
HSL color Cylindrical-coordinate representation of color #139366: hue angle of 158.91º 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 #139366 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 102 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.42 |
| HSL | 158.91º | 0.77% | 0.33% | - |
| HSV(B) | 158.91º | 0.87% | 0.58% | - |
| XYZ | 13.1 | 21.97 | 16.12 | - |
| YUV | 103.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 102 | 0.87 | 0 | 0.31 | 0.42 | 158.91 | 0.77 | 0.33 |
| Hex | 13 | 93 | 66 | 57 | 0 | 1F | 2A | 9F | 4D | 21 |
| Octal | 23 | 223 | 146 | 127 | 0 | 37 | 52 | 237 | 115 | 41 |
| Binary | 10011 | 10010011 | 1100110 | 1010111 | 0 | 11111 | 101010 | 10011111 | 1001101 | 100001 |
Color Harmonies of #139366
Complementary color
Monochromatic Colors of #139366
Black with #139366
Text Example
Text Example
White with #139366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139366; }
p { color: rgb(19,147,102); }
H1.HeaderClassName
{
color: #139366;
}
.AnyTagClassName
{
color: #139366;
}
</style>
background-color css
<style>
a { background-color: #139366; }
a { background-color: rgb(19,147,102); }
div.DivClassName
{
background-color: #139366;
}
.BgClassName
{
background-color: #139366;
}
</style>
border-color css
<style>
span { border-color: #139366; }
span { border-color: rgb(19,147,102); }
td.TdClassName
{
border-color: #139366;
}
.TagClassName
{
border-color: #139366;
}
</style>