Shades of Pigment Green #019D41
Tints of Pigment Green #019D41
RGB
CMYK
RGB Variations
Color information
#019D41 (or 0x019D41) is known color: Pigment Green. HEX triplet: 01, 9D and 41. RGB value is (1,157,65). Sum of RGB (Red+Green+Blue) = 1+157+65=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #019D41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019D41 is #FE62BE. Grayscale: #646464. Windows color (decimal): -16671423 or 4300033. OLE color: 4300033.
HSL color Cylindrical-coordinate representation of color #019D41: hue angle of 144.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D41 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 65 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.38 |
| HSL | 144.62º | 0.99% | 0.31% | - |
| HSV(B) | 144.62º | 0.99% | 0.62% | - |
| XYZ | 13.02 | 24.5 | 9.04 | - |
| YUV | 99.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 65 | 0.99 | 0 | 0.59 | 0.38 | 144.62 | 0.99 | 0.31 |
| Hex | 1 | 9D | 41 | 63 | 0 | 3B | 26 | 91 | 63 | 1F |
| Octal | 1 | 235 | 101 | 143 | 0 | 73 | 46 | 221 | 143 | 37 |
| Binary | 1 | 10011101 | 1000001 | 1100011 | 0 | 111011 | 100110 | 10010001 | 1100011 | 11111 |
Color Harmonies of #019D41
Complementary color
Monochromatic Colors of #019D41
Black with #019D41
Text Example
Text Example
White with #019D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D41; }
p { color: rgb(1,157,65); }
H1.HeaderClassName
{
color: #019D41;
}
.AnyTagClassName
{
color: #019D41;
}
</style>
background-color css
<style>
a { background-color: #019D41; }
a { background-color: rgb(1,157,65); }
div.DivClassName
{
background-color: #019D41;
}
.BgClassName
{
background-color: #019D41;
}
</style>
border-color css
<style>
span { border-color: #019D41; }
span { border-color: rgb(1,157,65); }
td.TdClassName
{
border-color: #019D41;
}
.TagClassName
{
border-color: #019D41;
}
</style>