Shades of Pigment Green #139F49
Tints of Pigment Green #139F49
RGB
CMYK
RGB Variations
Color information
#139F49 (or 0x139F49) is known color: Pigment Green. HEX triplet: 13, 9F and 49. RGB value is (19,159,73). Sum of RGB (Red+Green+Blue) = 19+159+73=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 159 (62.5% from 255 or 63.35% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 159 - color contains mainly: green. Hex color #139F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F49 is #EC60B6. Grayscale: #6B6B6B. Windows color (decimal): -15491255 or 4824851. OLE color: 4824851.
HSL color Cylindrical-coordinate representation of color #139F49: hue angle of 143.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F49 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 73 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.38 |
| HSL | 143.14º | 0.79% | 0.35% | - |
| HSV(B) | 143.14º | 0.88% | 0.62% | - |
| XYZ | 13.87 | 25.42 | 10.48 | - |
| YUV | 107.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 73 | 0.88 | 0 | 0.54 | 0.38 | 143.14 | 0.79 | 0.35 |
| Hex | 13 | 9F | 49 | 58 | 0 | 36 | 26 | 8F | 4F | 23 |
| Octal | 23 | 237 | 111 | 130 | 0 | 66 | 46 | 217 | 117 | 43 |
| Binary | 10011 | 10011111 | 1001001 | 1011000 | 0 | 110110 | 100110 | 10001111 | 1001111 | 100011 |
Color Harmonies of #139F49
Complementary color
Monochromatic Colors of #139F49
Black with #139F49
Text Example
Text Example
White with #139F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F49; }
p { color: rgb(19,159,73); }
H1.HeaderClassName
{
color: #139F49;
}
.AnyTagClassName
{
color: #139F49;
}
</style>
background-color css
<style>
a { background-color: #139F49; }
a { background-color: rgb(19,159,73); }
div.DivClassName
{
background-color: #139F49;
}
.BgClassName
{
background-color: #139F49;
}
</style>
border-color css
<style>
span { border-color: #139F49; }
span { border-color: rgb(19,159,73); }
td.TdClassName
{
border-color: #139F49;
}
.TagClassName
{
border-color: #139F49;
}
</style>