Shades of Pigment Green #139D3E
Tints of Pigment Green #139D3E
RGB
CMYK
RGB Variations
Color information
#139D3E (or 0x139D3E) is known color: Pigment Green. HEX triplet: 13, 9D and 3E. RGB value is (19,157,62). Sum of RGB (Red+Green+Blue) = 19+157+62=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #139D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D3E is #EC62C1. Grayscale: #696969. Windows color (decimal): -15491778 or 4103443. OLE color: 4103443.
HSL color Cylindrical-coordinate representation of color #139D3E: hue angle of 138.7º 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 #139D3E is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 62 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.38 |
| HSL | 138.7º | 0.78% | 0.35% | - |
| HSV(B) | 138.7º | 0.88% | 0.62% | - |
| XYZ | 13.2 | 24.6 | 8.61 | - |
| YUV | 104.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 62 | 0.88 | 0 | 0.61 | 0.38 | 138.7 | 0.78 | 0.35 |
| Hex | 13 | 9D | 3E | 58 | 0 | 3D | 26 | 8B | 4E | 23 |
| Octal | 23 | 235 | 76 | 130 | 0 | 75 | 46 | 213 | 116 | 43 |
| Binary | 10011 | 10011101 | 111110 | 1011000 | 0 | 111101 | 100110 | 10001011 | 1001110 | 100011 |
Color Harmonies of #139D3E
Complementary color
Monochromatic Colors of #139D3E
Black with #139D3E
Text Example
Text Example
White with #139D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D3E; }
p { color: rgb(19,157,62); }
H1.HeaderClassName
{
color: #139D3E;
}
.AnyTagClassName
{
color: #139D3E;
}
</style>
background-color css
<style>
a { background-color: #139D3E; }
a { background-color: rgb(19,157,62); }
div.DivClassName
{
background-color: #139D3E;
}
.BgClassName
{
background-color: #139D3E;
}
</style>
border-color css
<style>
span { border-color: #139D3E; }
span { border-color: rgb(19,157,62); }
td.TdClassName
{
border-color: #139D3E;
}
.TagClassName
{
border-color: #139D3E;
}
</style>