Shades of Pigment Green #139C48
Tints of Pigment Green #139C48
RGB
CMYK
RGB Variations
Color information
#139C48 (or 0x139C48) is known color: Pigment Green. HEX triplet: 13, 9C and 48. RGB value is (19,156,72). Sum of RGB (Red+Green+Blue) = 19+156+72=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #139C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C48 is #EC63B7. Grayscale: #696969. Windows color (decimal): -15492024 or 4758547. OLE color: 4758547.
HSL color Cylindrical-coordinate representation of color #139C48: hue angle of 143.21º 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 #139C48 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 72 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.39 |
| HSL | 143.21º | 0.78% | 0.34% | - |
| HSV(B) | 143.21º | 0.88% | 0.61% | - |
| XYZ | 13.33 | 24.38 | 10.13 | - |
| YUV | 105.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 72 | 0.88 | 0 | 0.54 | 0.39 | 143.21 | 0.78 | 0.34 |
| Hex | 13 | 9C | 48 | 58 | 0 | 36 | 27 | 8F | 4E | 22 |
| Octal | 23 | 234 | 110 | 130 | 0 | 66 | 47 | 217 | 116 | 42 |
| Binary | 10011 | 10011100 | 1001000 | 1011000 | 0 | 110110 | 100111 | 10001111 | 1001110 | 100010 |
Color Harmonies of #139C48
Complementary color
Monochromatic Colors of #139C48
Black with #139C48
Text Example
Text Example
White with #139C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C48; }
p { color: rgb(19,156,72); }
H1.HeaderClassName
{
color: #139C48;
}
.AnyTagClassName
{
color: #139C48;
}
</style>
background-color css
<style>
a { background-color: #139C48; }
a { background-color: rgb(19,156,72); }
div.DivClassName
{
background-color: #139C48;
}
.BgClassName
{
background-color: #139C48;
}
</style>
border-color css
<style>
span { border-color: #139C48; }
span { border-color: rgb(19,156,72); }
td.TdClassName
{
border-color: #139C48;
}
.TagClassName
{
border-color: #139C48;
}
</style>