Shades of Pigment Green #019141
Tints of Pigment Green #019141
RGB
CMYK
RGB Variations
Color information
#019141 (or 0x019141) is known color: Pigment Green. HEX triplet: 01, 91 and 41. RGB value is (1,145,65). Sum of RGB (Red+Green+Blue) = 1+145+65=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #019141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019141 is #FE6EBE. Grayscale: #5D5D5D. Windows color (decimal): -16674495 or 4296961. OLE color: 4296961.
HSL color Cylindrical-coordinate representation of color #019141: hue angle of 146.67º 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 #019141 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 65 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.43 |
| HSL | 146.67º | 0.99% | 0.29% | - |
| HSV(B) | 146.67º | 0.99% | 0.57% | - |
| XYZ | 11.09 | 20.64 | 8.4 | - |
| YUV | 92.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 65 | 0.99 | 0 | 0.55 | 0.43 | 146.67 | 0.99 | 0.29 |
| Hex | 1 | 91 | 41 | 63 | 0 | 37 | 2B | 93 | 63 | 1D |
| Octal | 1 | 221 | 101 | 143 | 0 | 67 | 53 | 223 | 143 | 35 |
| Binary | 1 | 10010001 | 1000001 | 1100011 | 0 | 110111 | 101011 | 10010011 | 1100011 | 11101 |
Color Harmonies of #019141
Complementary color
Monochromatic Colors of #019141
Black with #019141
Text Example
Text Example
White with #019141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019141; }
p { color: rgb(1,145,65); }
H1.HeaderClassName
{
color: #019141;
}
.AnyTagClassName
{
color: #019141;
}
</style>
background-color css
<style>
a { background-color: #019141; }
a { background-color: rgb(1,145,65); }
div.DivClassName
{
background-color: #019141;
}
.BgClassName
{
background-color: #019141;
}
</style>
border-color css
<style>
span { border-color: #019141; }
span { border-color: rgb(1,145,65); }
td.TdClassName
{
border-color: #019141;
}
.TagClassName
{
border-color: #019141;
}
</style>