Shades of Pigment Green #139A47
Tints of Pigment Green #139A47
RGB
CMYK
RGB Variations
Color information
#139A47 (or 0x139A47) is known color: Pigment Green. HEX triplet: 13, 9A and 47. RGB value is (19,154,71). Sum of RGB (Red+Green+Blue) = 19+154+71=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 154 (60.55% from 255 or 63.11% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 154 - color contains mainly: green. Hex color #139A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A47 is #EC65B8. Grayscale: #686868. Windows color (decimal): -15492537 or 4692499. OLE color: 4692499.
HSL color Cylindrical-coordinate representation of color #139A47: hue angle of 143.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A47 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 71 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.40 |
| HSL | 143.11º | 0.78% | 0.34% | - |
| HSV(B) | 143.11º | 0.88% | 0.6% | - |
| XYZ | 12.96 | 23.7 | 9.85 | - |
| YUV | 104.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 71 | 0.88 | 0 | 0.54 | 0.40 | 143.11 | 0.78 | 0.34 |
| Hex | 13 | 9A | 47 | 58 | 0 | 36 | 28 | 8F | 4E | 22 |
| Octal | 23 | 232 | 107 | 130 | 0 | 66 | 50 | 217 | 116 | 42 |
| Binary | 10011 | 10011010 | 1000111 | 1011000 | 0 | 110110 | 101000 | 10001111 | 1001110 | 100010 |
Color Harmonies of #139A47
Complementary color
Monochromatic Colors of #139A47
Black with #139A47
Text Example
Text Example
White with #139A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A47; }
p { color: rgb(19,154,71); }
H1.HeaderClassName
{
color: #139A47;
}
.AnyTagClassName
{
color: #139A47;
}
</style>
background-color css
<style>
a { background-color: #139A47; }
a { background-color: rgb(19,154,71); }
div.DivClassName
{
background-color: #139A47;
}
.BgClassName
{
background-color: #139A47;
}
</style>
border-color css
<style>
span { border-color: #139A47; }
span { border-color: rgb(19,154,71); }
td.TdClassName
{
border-color: #139A47;
}
.TagClassName
{
border-color: #139A47;
}
</style>