Shades of Elf Green #139273
Tints of Elf Green #139273
RGB
CMYK
RGB Variations
Color information
#139273 (or 0x139273) is known color: Elf Green. HEX triplet: 13, 92 and 73. RGB value is (19,146,115). Sum of RGB (Red+Green+Blue) = 19+146+115=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #139273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139273 is #EC6D8C. Grayscale: #686868. Windows color (decimal): -15494541 or 7574035. OLE color: 7574035.
HSL color Cylindrical-coordinate representation of color #139273: hue angle of 165.35º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139273 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 115 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.43 |
| HSL | 165.35º | 0.77% | 0.32% | - |
| HSV(B) | 165.35º | 0.87% | 0.57% | - |
| XYZ | 13.64 | 21.93 | 19.73 | - |
| YUV | 104.49 | 133.92 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 115 | 0.87 | 0 | 0.21 | 0.43 | 165.35 | 0.77 | 0.32 |
| Hex | 13 | 92 | 73 | 57 | 0 | 15 | 2B | A5 | 4D | 20 |
| Octal | 23 | 222 | 163 | 127 | 0 | 25 | 53 | 245 | 115 | 40 |
| Binary | 10011 | 10010010 | 1110011 | 1010111 | 0 | 10101 | 101011 | 10100101 | 1001101 | 100000 |
Color Harmonies of #139273
Complementary color
Monochromatic Colors of #139273
Black with #139273
Text Example
Text Example
White with #139273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139273; }
p { color: rgb(19,146,115); }
H1.HeaderClassName
{
color: #139273;
}
.AnyTagClassName
{
color: #139273;
}
</style>
background-color css
<style>
a { background-color: #139273; }
a { background-color: rgb(19,146,115); }
div.DivClassName
{
background-color: #139273;
}
.BgClassName
{
background-color: #139273;
}
</style>
border-color css
<style>
span { border-color: #139273; }
span { border-color: rgb(19,146,115); }
td.TdClassName
{
border-color: #139273;
}
.TagClassName
{
border-color: #139273;
}
</style>