Shades of Pigment Green #139848
Tints of Pigment Green #139848
RGB
CMYK
RGB Variations
Color information
#139848 (or 0x139848) is known color: Pigment Green. HEX triplet: 13, 98 and 48. RGB value is (19,152,72). Sum of RGB (Red+Green+Blue) = 19+152+72=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #139848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139848 is #EC67B7. Grayscale: #676767. Windows color (decimal): -15493048 or 4757523. OLE color: 4757523.
HSL color Cylindrical-coordinate representation of color #139848: hue angle of 143.91º 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 #139848 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 72 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.40 |
| HSL | 143.91º | 0.78% | 0.34% | - |
| HSV(B) | 143.91º | 0.88% | 0.6% | - |
| XYZ | 12.67 | 23.06 | 9.91 | - |
| YUV | 103.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 72 | 0.87 | 0 | 0.53 | 0.40 | 143.91 | 0.78 | 0.34 |
| Hex | 13 | 98 | 48 | 57 | 0 | 35 | 28 | 90 | 4E | 22 |
| Octal | 23 | 230 | 110 | 127 | 0 | 65 | 50 | 220 | 116 | 42 |
| Binary | 10011 | 10011000 | 1001000 | 1010111 | 0 | 110101 | 101000 | 10010000 | 1001110 | 100010 |
Color Harmonies of #139848
Complementary color
Monochromatic Colors of #139848
Black with #139848
Text Example
Text Example
White with #139848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139848; }
p { color: rgb(19,152,72); }
H1.HeaderClassName
{
color: #139848;
}
.AnyTagClassName
{
color: #139848;
}
</style>
background-color css
<style>
a { background-color: #139848; }
a { background-color: rgb(19,152,72); }
div.DivClassName
{
background-color: #139848;
}
.BgClassName
{
background-color: #139848;
}
</style>
border-color css
<style>
span { border-color: #139848; }
span { border-color: rgb(19,152,72); }
td.TdClassName
{
border-color: #139848;
}
.TagClassName
{
border-color: #139848;
}
</style>