Shades of Pigment Green #019131
Tints of Pigment Green #019131
RGB
CMYK
RGB Variations
Color information
#019131 (or 0x019131) is known color: Pigment Green. HEX triplet: 01, 91 and 31. RGB value is (1,145,49). Sum of RGB (Red+Green+Blue) = 1+145+49=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #019131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019131 is #FE6ECE. Grayscale: #5B5B5B. Windows color (decimal): -16674511 or 3248385. OLE color: 3248385.
HSL color Cylindrical-coordinate representation of color #019131: hue angle of 140º 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 #019131 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 49 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.43 |
| HSL | 140º | 0.99% | 0.29% | - |
| HSV(B) | 140º | 0.99% | 0.57% | - |
| XYZ | 10.69 | 20.48 | 6.3 | - |
| YUV | 91 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 49 | 0.99 | 0 | 0.66 | 0.43 | 140 | 0.99 | 0.29 |
| Hex | 1 | 91 | 31 | 63 | 0 | 42 | 2B | 8C | 63 | 1D |
| Octal | 1 | 221 | 61 | 143 | 0 | 102 | 53 | 214 | 143 | 35 |
| Binary | 1 | 10010001 | 110001 | 1100011 | 0 | 1000010 | 101011 | 10001100 | 1100011 | 11101 |
Color Harmonies of #019131
Complementary color
Monochromatic Colors of #019131
Black with #019131
Text Example
Text Example
White with #019131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019131; }
p { color: rgb(1,145,49); }
H1.HeaderClassName
{
color: #019131;
}
.AnyTagClassName
{
color: #019131;
}
</style>
background-color css
<style>
a { background-color: #019131; }
a { background-color: rgb(1,145,49); }
div.DivClassName
{
background-color: #019131;
}
.BgClassName
{
background-color: #019131;
}
</style>
border-color css
<style>
span { border-color: #019131; }
span { border-color: rgb(1,145,49); }
td.TdClassName
{
border-color: #019131;
}
.TagClassName
{
border-color: #019131;
}
</style>