Shades of Pigment Green #19A048
Tints of Pigment Green #19A048
RGB
CMYK
RGB Variations
Color information
#19A048 (or 0x19A048) is known color: Pigment Green. HEX triplet: 19, A0 and 48. RGB value is (25,160,72). Sum of RGB (Red+Green+Blue) = 25+160+72=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #19A048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A048 is #E65FB7. Grayscale: #6D6D6D. Windows color (decimal): -15097784 or 4759577. OLE color: 4759577.
HSL color Cylindrical-coordinate representation of color #19A048: hue angle of 140.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A048 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 72 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.37 |
| HSL | 140.89º | 0.73% | 0.36% | - |
| HSV(B) | 140.89º | 0.84% | 0.63% | - |
| XYZ | 14.14 | 25.82 | 10.37 | - |
| YUV | 109.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 72 | 0.84 | 0 | 0.55 | 0.37 | 140.89 | 0.73 | 0.36 |
| Hex | 19 | A0 | 48 | 54 | 0 | 37 | 25 | 8D | 49 | 24 |
| Octal | 31 | 240 | 110 | 124 | 0 | 67 | 45 | 215 | 111 | 44 |
| Binary | 11001 | 10100000 | 1001000 | 1010100 | 0 | 110111 | 100101 | 10001101 | 1001001 | 100100 |
Color Harmonies of #19A048
Complementary color
Monochromatic Colors of #19A048
Black with #19A048
Text Example
Text Example
White with #19A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A048; }
p { color: rgb(25,160,72); }
H1.HeaderClassName
{
color: #19A048;
}
.AnyTagClassName
{
color: #19A048;
}
</style>
background-color css
<style>
a { background-color: #19A048; }
a { background-color: rgb(25,160,72); }
div.DivClassName
{
background-color: #19A048;
}
.BgClassName
{
background-color: #19A048;
}
</style>
border-color css
<style>
span { border-color: #19A048; }
span { border-color: rgb(25,160,72); }
td.TdClassName
{
border-color: #19A048;
}
.TagClassName
{
border-color: #19A048;
}
</style>