Shades of Pigment Green #019B32
Tints of Pigment Green #019B32
RGB
CMYK
RGB Variations
Color information
#019B32 (or 0x019B32) is known color: Pigment Green. HEX triplet: 01, 9B and 32. RGB value is (1,155,50). Sum of RGB (Red+Green+Blue) = 1+155+50=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 155 (60.94% from 255 or 75.24% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 155 - color contains mainly: green. Hex color #019B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B32 is #FE64CD. Grayscale: #616161. Windows color (decimal): -16671950 or 3316481. OLE color: 3316481.
HSL color Cylindrical-coordinate representation of color #019B32: hue angle of 139.09º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B32 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 50 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.39 |
| HSL | 139.09º | 0.99% | 0.31% | - |
| HSV(B) | 139.09º | 0.99% | 0.61% | - |
| XYZ | 12.31 | 23.68 | 6.94 | - |
| YUV | 96.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 50 | 0.99 | 0 | 0.68 | 0.39 | 139.09 | 0.99 | 0.31 |
| Hex | 1 | 9B | 32 | 63 | 0 | 44 | 27 | 8B | 63 | 1F |
| Octal | 1 | 233 | 62 | 143 | 0 | 104 | 47 | 213 | 143 | 37 |
| Binary | 1 | 10011011 | 110010 | 1100011 | 0 | 1000100 | 100111 | 10001011 | 1100011 | 11111 |
Color Harmonies of #019B32
Complementary color
Monochromatic Colors of #019B32
Black with #019B32
Text Example
Text Example
White with #019B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B32; }
p { color: rgb(1,155,50); }
H1.HeaderClassName
{
color: #019B32;
}
.AnyTagClassName
{
color: #019B32;
}
</style>
background-color css
<style>
a { background-color: #019B32; }
a { background-color: rgb(1,155,50); }
div.DivClassName
{
background-color: #019B32;
}
.BgClassName
{
background-color: #019B32;
}
</style>
border-color css
<style>
span { border-color: #019B32; }
span { border-color: rgb(1,155,50); }
td.TdClassName
{
border-color: #019B32;
}
.TagClassName
{
border-color: #019B32;
}
</style>