Shades of Pigment Green #139D40
Tints of Pigment Green #139D40
RGB
CMYK
RGB Variations
Color information
#139D40 (or 0x139D40) is known color: Pigment Green. HEX triplet: 13, 9D and 40. RGB value is (19,157,64). Sum of RGB (Red+Green+Blue) = 19+157+64=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #139D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D40 is #EC62BF. Grayscale: #696969. Windows color (decimal): -15491776 or 4234515. OLE color: 4234515.
HSL color Cylindrical-coordinate representation of color #139D40: hue angle of 139.57º degrees, saturation: 0.78, 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 #139D40 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 64 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.38 |
| HSL | 139.57º | 0.78% | 0.35% | - |
| HSV(B) | 139.57º | 0.88% | 0.62% | - |
| XYZ | 13.25 | 24.62 | 8.9 | - |
| YUV | 105.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 64 | 0.88 | 0 | 0.59 | 0.38 | 139.57 | 0.78 | 0.35 |
| Hex | 13 | 9D | 40 | 58 | 0 | 3B | 26 | 8C | 4E | 23 |
| Octal | 23 | 235 | 100 | 130 | 0 | 73 | 46 | 214 | 116 | 43 |
| Binary | 10011 | 10011101 | 1000000 | 1011000 | 0 | 111011 | 100110 | 10001100 | 1001110 | 100011 |
Color Harmonies of #139D40
Complementary color
Monochromatic Colors of #139D40
Black with #139D40
Text Example
Text Example
White with #139D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D40; }
p { color: rgb(19,157,64); }
H1.HeaderClassName
{
color: #139D40;
}
.AnyTagClassName
{
color: #139D40;
}
</style>
background-color css
<style>
a { background-color: #139D40; }
a { background-color: rgb(19,157,64); }
div.DivClassName
{
background-color: #139D40;
}
.BgClassName
{
background-color: #139D40;
}
</style>
border-color css
<style>
span { border-color: #139D40; }
span { border-color: rgb(19,157,64); }
td.TdClassName
{
border-color: #139D40;
}
.TagClassName
{
border-color: #139D40;
}
</style>