Shades of Pigment Green #139947
Tints of Pigment Green #139947
RGB
CMYK
RGB Variations
Color information
#139947 (or 0x139947) is known color: Pigment Green. HEX triplet: 13, 99 and 47. RGB value is (19,153,71). Sum of RGB (Red+Green+Blue) = 19+153+71=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #139947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139947 is #EC66B8. Grayscale: #676767. Windows color (decimal): -15492793 or 4692243. OLE color: 4692243.
HSL color Cylindrical-coordinate representation of color #139947: hue angle of 143.28º 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 #139947 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 71 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.4 |
| HSL | 143.28º | 0.78% | 0.34% | - |
| HSV(B) | 143.28º | 0.88% | 0.6% | - |
| XYZ | 12.8 | 23.38 | 9.8 | - |
| YUV | 103.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 71 | 0.88 | 0 | 0.54 | 0.4 | 143.28 | 0.78 | 0.34 |
| Hex | 13 | 99 | 47 | 58 | 0 | 36 | 28 | 8F | 4E | 22 |
| Octal | 23 | 231 | 107 | 130 | 0 | 66 | 50 | 217 | 116 | 42 |
| Binary | 10011 | 10011001 | 1000111 | 1011000 | 0 | 110110 | 101000 | 10001111 | 1001110 | 100010 |
Color Harmonies of #139947
Complementary color
Monochromatic Colors of #139947
Black with #139947
Text Example
Text Example
White with #139947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139947; }
p { color: rgb(19,153,71); }
H1.HeaderClassName
{
color: #139947;
}
.AnyTagClassName
{
color: #139947;
}
</style>
background-color css
<style>
a { background-color: #139947; }
a { background-color: rgb(19,153,71); }
div.DivClassName
{
background-color: #139947;
}
.BgClassName
{
background-color: #139947;
}
</style>
border-color css
<style>
span { border-color: #139947; }
span { border-color: rgb(19,153,71); }
td.TdClassName
{
border-color: #139947;
}
.TagClassName
{
border-color: #139947;
}
</style>