Shades of Pigment Green #019D49
Tints of Pigment Green #019D49
RGB
CMYK
RGB Variations
Color information
#019D49 (or 0x019D49) is known color: Pigment Green. HEX triplet: 01, 9D and 49. RGB value is (1,157,73). Sum of RGB (Red+Green+Blue) = 1+157+73=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 157 (61.72% from 255 or 67.97% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 157 - color contains mainly: green. Hex color #019D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019D49 is #FE62B6. Grayscale: #646464. Windows color (decimal): -16671415 or 4824321. OLE color: 4824321.
HSL color Cylindrical-coordinate representation of color #019D49: hue angle of 147.69º 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 #019D49 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 73 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.38 |
| HSL | 147.69º | 0.99% | 0.31% | - |
| HSV(B) | 147.69º | 0.99% | 0.62% | - |
| XYZ | 13.27 | 24.6 | 10.35 | - |
| YUV | 100.78 | 112.32 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 73 | 0.99 | 0 | 0.54 | 0.38 | 147.69 | 0.99 | 0.31 |
| Hex | 1 | 9D | 49 | 63 | 0 | 36 | 26 | 94 | 63 | 1F |
| Octal | 1 | 235 | 111 | 143 | 0 | 66 | 46 | 224 | 143 | 37 |
| Binary | 1 | 10011101 | 1001001 | 1100011 | 0 | 110110 | 100110 | 10010100 | 1100011 | 11111 |
Color Harmonies of #019D49
Complementary color
Monochromatic Colors of #019D49
Black with #019D49
Text Example
Text Example
White with #019D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D49; }
p { color: rgb(1,157,73); }
H1.HeaderClassName
{
color: #019D49;
}
.AnyTagClassName
{
color: #019D49;
}
</style>
background-color css
<style>
a { background-color: #019D49; }
a { background-color: rgb(1,157,73); }
div.DivClassName
{
background-color: #019D49;
}
.BgClassName
{
background-color: #019D49;
}
</style>
border-color css
<style>
span { border-color: #019D49; }
span { border-color: rgb(1,157,73); }
td.TdClassName
{
border-color: #019D49;
}
.TagClassName
{
border-color: #019D49;
}
</style>