Shades of Elf Green #139268
Tints of Elf Green #139268
RGB
CMYK
RGB Variations
Color information
#139268 (or 0x139268) is known color: Elf Green. HEX triplet: 13, 92 and 68. RGB value is (19,146,104). Sum of RGB (Red+Green+Blue) = 19+146+104=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #139268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139268 is #EC6D97. Grayscale: #676767. Windows color (decimal): -15494552 or 6853139. OLE color: 6853139.
HSL color Cylindrical-coordinate representation of color #139268: hue angle of 160.16º 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 #139268 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 104 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.43 |
| HSL | 160.16º | 0.77% | 0.32% | - |
| HSV(B) | 160.16º | 0.87% | 0.57% | - |
| XYZ | 13.05 | 21.7 | 16.6 | - |
| YUV | 103.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 104 | 0.87 | 0 | 0.29 | 0.43 | 160.16 | 0.77 | 0.32 |
| Hex | 13 | 92 | 68 | 57 | 0 | 1D | 2B | A0 | 4D | 20 |
| Octal | 23 | 222 | 150 | 127 | 0 | 35 | 53 | 240 | 115 | 40 |
| Binary | 10011 | 10010010 | 1101000 | 1010111 | 0 | 11101 | 101011 | 10100000 | 1001101 | 100000 |
Color Harmonies of #139268
Complementary color
Monochromatic Colors of #139268
Black with #139268
Text Example
Text Example
White with #139268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139268; }
p { color: rgb(19,146,104); }
H1.HeaderClassName
{
color: #139268;
}
.AnyTagClassName
{
color: #139268;
}
</style>
background-color css
<style>
a { background-color: #139268; }
a { background-color: rgb(19,146,104); }
div.DivClassName
{
background-color: #139268;
}
.BgClassName
{
background-color: #139268;
}
</style>
border-color css
<style>
span { border-color: #139268; }
span { border-color: rgb(19,146,104); }
td.TdClassName
{
border-color: #139268;
}
.TagClassName
{
border-color: #139268;
}
</style>