Shades of Pigment Green #019148
Tints of Pigment Green #019148
RGB
CMYK
RGB Variations
Color information
#019148 (or 0x019148) is known color: Pigment Green. HEX triplet: 01, 91 and 48. RGB value is (1,145,72). Sum of RGB (Red+Green+Blue) = 1+145+72=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #019148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019148 is #FE6EB7. Grayscale: #5D5D5D. Windows color (decimal): -16674488 or 4755713. OLE color: 4755713.
HSL color Cylindrical-coordinate representation of color #019148: hue angle of 149.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019148 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 72 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.43 |
| HSL | 149.58º | 0.99% | 0.29% | - |
| HSV(B) | 149.58º | 0.99% | 0.57% | - |
| XYZ | 11.31 | 20.73 | 9.54 | - |
| YUV | 93.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 72 | 0.99 | 0 | 0.50 | 0.43 | 149.58 | 0.99 | 0.29 |
| Hex | 1 | 91 | 48 | 63 | 0 | 32 | 2B | 96 | 63 | 1D |
| Octal | 1 | 221 | 110 | 143 | 0 | 62 | 53 | 226 | 143 | 35 |
| Binary | 1 | 10010001 | 1001000 | 1100011 | 0 | 110010 | 101011 | 10010110 | 1100011 | 11101 |
Color Harmonies of #019148
Complementary color
Monochromatic Colors of #019148
Black with #019148
Text Example
Text Example
White with #019148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019148; }
p { color: rgb(1,145,72); }
H1.HeaderClassName
{
color: #019148;
}
.AnyTagClassName
{
color: #019148;
}
</style>
background-color css
<style>
a { background-color: #019148; }
a { background-color: rgb(1,145,72); }
div.DivClassName
{
background-color: #019148;
}
.BgClassName
{
background-color: #019148;
}
</style>
border-color css
<style>
span { border-color: #019148; }
span { border-color: rgb(1,145,72); }
td.TdClassName
{
border-color: #019148;
}
.TagClassName
{
border-color: #019148;
}
</style>