Shades of Pigment Green #139A3C
Tints of Pigment Green #139A3C
RGB
CMYK
RGB Variations
Color information
#139A3C (or 0x139A3C) is known color: Pigment Green. HEX triplet: 13, 9A and 3C. RGB value is (19,154,60). Sum of RGB (Red+Green+Blue) = 19+154+60=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 154 (60.55% from 255 or 66.09% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 154 - color contains mainly: green. Hex color #139A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A3C is #EC65C3. Grayscale: #676767. Windows color (decimal): -15492548 or 3971603. OLE color: 3971603.
HSL color Cylindrical-coordinate representation of color #139A3C: hue angle of 138.22º 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 #139A3C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 60 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.40 |
| HSL | 138.22º | 0.78% | 0.34% | - |
| HSV(B) | 138.22º | 0.88% | 0.6% | - |
| XYZ | 12.64 | 23.58 | 8.16 | - |
| YUV | 102.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 60 | 0.88 | 0 | 0.61 | 0.40 | 138.22 | 0.78 | 0.34 |
| Hex | 13 | 9A | 3C | 58 | 0 | 3D | 28 | 8A | 4E | 22 |
| Octal | 23 | 232 | 74 | 130 | 0 | 75 | 50 | 212 | 116 | 42 |
| Binary | 10011 | 10011010 | 111100 | 1011000 | 0 | 111101 | 101000 | 10001010 | 1001110 | 100010 |
Color Harmonies of #139A3C
Complementary color
Monochromatic Colors of #139A3C
Black with #139A3C
Text Example
Text Example
White with #139A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A3C; }
p { color: rgb(19,154,60); }
H1.HeaderClassName
{
color: #139A3C;
}
.AnyTagClassName
{
color: #139A3C;
}
</style>
background-color css
<style>
a { background-color: #139A3C; }
a { background-color: rgb(19,154,60); }
div.DivClassName
{
background-color: #139A3C;
}
.BgClassName
{
background-color: #139A3C;
}
</style>
border-color css
<style>
span { border-color: #139A3C; }
span { border-color: rgb(19,154,60); }
td.TdClassName
{
border-color: #139A3C;
}
.TagClassName
{
border-color: #139A3C;
}
</style>