Shades of Pigment Green #139F48
Tints of Pigment Green #139F48
RGB
CMYK
RGB Variations
Color information
#139F48 (or 0x139F48) is known color: Pigment Green. HEX triplet: 13, 9F and 48. RGB value is (19,159,72). Sum of RGB (Red+Green+Blue) = 19+159+72=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #139F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F48 is #EC60B7. Grayscale: #6B6B6B. Windows color (decimal): -15491256 or 4759315. OLE color: 4759315.
HSL color Cylindrical-coordinate representation of color #139F48: hue angle of 142.71º degrees, saturation: 0.79, 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 #139F48 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
RGB | 19 | 159 | 72 | - |
CMYK | 0.88 | 0 | 0.55 | 0.38 |
HSL | 142.71º | 0.79% | 0.35% | - |
HSV(B) | 142.71º | 0.88% | 0.62% | - |
XYZ | 13.84 | 25.4 | 10.3 | - |
YUV | 107.22 | 108.12 | 65.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 159 | 72 | 0.88 | 0 | 0.55 | 0.38 | 142.71 | 0.79 | 0.35 |
Hex | 13 | 9F | 48 | 58 | 0 | 37 | 26 | 8F | 4F | 23 |
Octal | 23 | 237 | 110 | 130 | 0 | 67 | 46 | 217 | 117 | 43 |
Binary | 10011 | 10011111 | 1001000 | 1011000 | 0 | 110111 | 100110 | 10001111 | 1001111 | 100011 |
Color Harmonies of #139F48
Complementary color
Monochromatic Colors of #139F48
Black with #139F48
Text Example
Text Example
White with #139F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F48; }
p { color: rgb(19,159,72); }
H1.HeaderClassName
{
color: #139F48;
}
.AnyTagClassName
{
color: #139F48;
}
</style>
background-color css
<style>
a { background-color: #139F48; }
a { background-color: rgb(19,159,72); }
div.DivClassName
{
background-color: #139F48;
}
.BgClassName
{
background-color: #139F48;
}
</style>
border-color css
<style>
span { border-color: #139F48; }
span { border-color: rgb(19,159,72); }
td.TdClassName
{
border-color: #139F48;
}
.TagClassName
{
border-color: #139F48;
}
</style>