Shades of Pigment Green #139B3C
Tints of Pigment Green #139B3C
RGB
CMYK
RGB Variations
Color information
#139B3C (or 0x139B3C) is known color: Pigment Green. HEX triplet: 13, 9B and 3C. RGB value is (19,155,60). Sum of RGB (Red+Green+Blue) = 19+155+60=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #139B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B3C is #EC64C3. Grayscale: #676767. Windows color (decimal): -15492292 or 3971859. OLE color: 3971859.
HSL color Cylindrical-coordinate representation of color #139B3C: hue angle of 138.09º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B3C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 60 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.39 |
| HSL | 138.09º | 0.78% | 0.34% | - |
| HSV(B) | 138.09º | 0.88% | 0.61% | - |
| XYZ | 12.81 | 23.91 | 8.21 | - |
| YUV | 103.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 60 | 0.88 | 0 | 0.61 | 0.39 | 138.09 | 0.78 | 0.34 |
| Hex | 13 | 9B | 3C | 58 | 0 | 3D | 27 | 8A | 4E | 22 |
| Octal | 23 | 233 | 74 | 130 | 0 | 75 | 47 | 212 | 116 | 42 |
| Binary | 10011 | 10011011 | 111100 | 1011000 | 0 | 111101 | 100111 | 10001010 | 1001110 | 100010 |
Color Harmonies of #139B3C
Complementary color
Monochromatic Colors of #139B3C
Black with #139B3C
Text Example
Text Example
White with #139B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B3C; }
p { color: rgb(19,155,60); }
H1.HeaderClassName
{
color: #139B3C;
}
.AnyTagClassName
{
color: #139B3C;
}
</style>
background-color css
<style>
a { background-color: #139B3C; }
a { background-color: rgb(19,155,60); }
div.DivClassName
{
background-color: #139B3C;
}
.BgClassName
{
background-color: #139B3C;
}
</style>
border-color css
<style>
span { border-color: #139B3C; }
span { border-color: rgb(19,155,60); }
td.TdClassName
{
border-color: #139B3C;
}
.TagClassName
{
border-color: #139B3C;
}
</style>