Shades of Elf Green #139265
Tints of Elf Green #139265
RGB
CMYK
RGB Variations
Color information
#139265 (or 0x139265) is known color: Elf Green. HEX triplet: 13, 92 and 65. RGB value is (19,146,101). Sum of RGB (Red+Green+Blue) = 19+146+101=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #139265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139265 is #EC6D9A. Grayscale: #666666. Windows color (decimal): -15494555 or 6656531. OLE color: 6656531.
HSL color Cylindrical-coordinate representation of color #139265: hue angle of 158.74º 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 #139265 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 101 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.43 |
| HSL | 158.74º | 0.77% | 0.32% | - |
| HSV(B) | 158.74º | 0.87% | 0.57% | - |
| XYZ | 12.9 | 21.64 | 15.81 | - |
| YUV | 102.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 101 | 0.87 | 0 | 0.31 | 0.43 | 158.74 | 0.77 | 0.32 |
| Hex | 13 | 92 | 65 | 57 | 0 | 1F | 2B | 9F | 4D | 20 |
| Octal | 23 | 222 | 145 | 127 | 0 | 37 | 53 | 237 | 115 | 40 |
| Binary | 10011 | 10010010 | 1100101 | 1010111 | 0 | 11111 | 101011 | 10011111 | 1001101 | 100000 |
Color Harmonies of #139265
Complementary color
Monochromatic Colors of #139265
Black with #139265
Text Example
Text Example
White with #139265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139265; }
p { color: rgb(19,146,101); }
H1.HeaderClassName
{
color: #139265;
}
.AnyTagClassName
{
color: #139265;
}
</style>
background-color css
<style>
a { background-color: #139265; }
a { background-color: rgb(19,146,101); }
div.DivClassName
{
background-color: #139265;
}
.BgClassName
{
background-color: #139265;
}
</style>
border-color css
<style>
span { border-color: #139265; }
span { border-color: rgb(19,146,101); }
td.TdClassName
{
border-color: #139265;
}
.TagClassName
{
border-color: #139265;
}
</style>