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