Shades of Pigment Green #019D36
Tints of Pigment Green #019D36
RGB
CMYK
RGB Variations
Color information
#019D36 (or 0x019D36) is known color: Pigment Green. HEX triplet: 01, 9D and 36. RGB value is (1,157,54). Sum of RGB (Red+Green+Blue) = 1+157+54=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #019D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019D36 is #FE62C9. Grayscale: #626262. Windows color (decimal): -16671434 or 3579137. OLE color: 3579137.
HSL color Cylindrical-coordinate representation of color #019D36: hue angle of 140.38º 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 #019D36 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 54 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.38 |
| HSL | 140.38º | 0.99% | 0.31% | - |
| HSV(B) | 140.38º | 0.99% | 0.62% | - |
| XYZ | 12.74 | 24.39 | 7.53 | - |
| YUV | 98.61 | 102.82 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 54 | 0.99 | 0 | 0.66 | 0.38 | 140.38 | 0.99 | 0.31 |
| Hex | 1 | 9D | 36 | 63 | 0 | 42 | 26 | 8C | 63 | 1F |
| Octal | 1 | 235 | 66 | 143 | 0 | 102 | 46 | 214 | 143 | 37 |
| Binary | 1 | 10011101 | 110110 | 1100011 | 0 | 1000010 | 100110 | 10001100 | 1100011 | 11111 |
Color Harmonies of #019D36
Complementary color
Monochromatic Colors of #019D36
Black with #019D36
Text Example
Text Example
White with #019D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D36; }
p { color: rgb(1,157,54); }
H1.HeaderClassName
{
color: #019D36;
}
.AnyTagClassName
{
color: #019D36;
}
</style>
background-color css
<style>
a { background-color: #019D36; }
a { background-color: rgb(1,157,54); }
div.DivClassName
{
background-color: #019D36;
}
.BgClassName
{
background-color: #019D36;
}
</style>
border-color css
<style>
span { border-color: #019D36; }
span { border-color: rgb(1,157,54); }
td.TdClassName
{
border-color: #019D36;
}
.TagClassName
{
border-color: #019D36;
}
</style>