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