Shades of Pigment Green #139943
Tints of Pigment Green #139943
RGB
CMYK
RGB Variations
Color information
#139943 (or 0x139943) is known color: Pigment Green. HEX triplet: 13, 99 and 43. RGB value is (19,153,67). Sum of RGB (Red+Green+Blue) = 19+153+67=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #139943 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139943 is #EC66BC. Grayscale: #676767. Windows color (decimal): -15492797 or 4430099. OLE color: 4430099.
HSL color Cylindrical-coordinate representation of color #139943: hue angle of 141.49º 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 #139943 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 67 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.4 |
| HSL | 141.49º | 0.78% | 0.34% | - |
| HSV(B) | 141.49º | 0.88% | 0.6% | - |
| XYZ | 12.67 | 23.33 | 9.14 | - |
| YUV | 103.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 67 | 0.88 | 0 | 0.56 | 0.4 | 141.49 | 0.78 | 0.34 |
| Hex | 13 | 99 | 43 | 58 | 0 | 38 | 28 | 8D | 4E | 22 |
| Octal | 23 | 231 | 103 | 130 | 0 | 70 | 50 | 215 | 116 | 42 |
| Binary | 10011 | 10011001 | 1000011 | 1011000 | 0 | 111000 | 101000 | 10001101 | 1001110 | 100010 |
Color Harmonies of #139943
Complementary color
Monochromatic Colors of #139943
Black with #139943
Text Example
Text Example
White with #139943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139943; }
p { color: rgb(19,153,67); }
H1.HeaderClassName
{
color: #139943;
}
.AnyTagClassName
{
color: #139943;
}
</style>
background-color css
<style>
a { background-color: #139943; }
a { background-color: rgb(19,153,67); }
div.DivClassName
{
background-color: #139943;
}
.BgClassName
{
background-color: #139943;
}
</style>
border-color css
<style>
span { border-color: #139943; }
span { border-color: rgb(19,153,67); }
td.TdClassName
{
border-color: #139943;
}
.TagClassName
{
border-color: #139943;
}
</style>