Shades of Pigment Green #19AB48
Tints of Pigment Green #19AB48
RGB
CMYK
RGB Variations
Color information
#19AB48 (or 0x19AB48) is known color: Pigment Green. HEX triplet: 19, AB and 48. RGB value is (25,171,72). Sum of RGB (Red+Green+Blue) = 25+171+72=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB48 is #E654B7. Grayscale: #747474. Windows color (decimal): -15094968 or 4762393. OLE color: 4762393.
HSL color Cylindrical-coordinate representation of color #19AB48: hue angle of 139.32º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB48 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 72 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.33 |
| HSL | 139.32º | 0.74% | 0.38% | - |
| HSV(B) | 139.32º | 0.85% | 0.67% | - |
| XYZ | 16.13 | 29.8 | 11.03 | - |
| YUV | 116.06 | 103.13 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 72 | 0.85 | 0 | 0.58 | 0.33 | 139.32 | 0.74 | 0.38 |
| Hex | 19 | AB | 48 | 55 | 0 | 3A | 21 | 8B | 4A | 26 |
| Octal | 31 | 253 | 110 | 125 | 0 | 72 | 41 | 213 | 112 | 46 |
| Binary | 11001 | 10101011 | 1001000 | 1010101 | 0 | 111010 | 100001 | 10001011 | 1001010 | 100110 |
Color Harmonies of #19AB48
Complementary color
Monochromatic Colors of #19AB48
Black with #19AB48
Text Example
Text Example
White with #19AB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB48; }
p { color: rgb(25,171,72); }
H1.HeaderClassName
{
color: #19AB48;
}
.AnyTagClassName
{
color: #19AB48;
}
</style>
background-color css
<style>
a { background-color: #19AB48; }
a { background-color: rgb(25,171,72); }
div.DivClassName
{
background-color: #19AB48;
}
.BgClassName
{
background-color: #19AB48;
}
</style>
border-color css
<style>
span { border-color: #19AB48; }
span { border-color: rgb(25,171,72); }
td.TdClassName
{
border-color: #19AB48;
}
.TagClassName
{
border-color: #19AB48;
}
</style>