Shades of Pigment Green #019B31
Tints of Pigment Green #019B31
RGB
CMYK
RGB Variations
Color information
#019B31 (or 0x019B31) is known color: Pigment Green. HEX triplet: 01, 9B and 31. RGB value is (1,155,49). Sum of RGB (Red+Green+Blue) = 1+155+49=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 155 (60.94% from 255 or 75.61% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 155 - color contains mainly: green. Hex color #019B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B31 is #FE64CE. Grayscale: #616161. Windows color (decimal): -16671951 or 3250945. OLE color: 3250945.
HSL color Cylindrical-coordinate representation of color #019B31: hue angle of 138.7º 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 #019B31 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 49 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.39 |
| HSL | 138.7º | 0.99% | 0.31% | - |
| HSV(B) | 138.7º | 0.99% | 0.61% | - |
| XYZ | 12.29 | 23.67 | 6.83 | - |
| YUV | 96.87 | 100.98 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 49 | 0.99 | 0 | 0.68 | 0.39 | 138.7 | 0.99 | 0.31 |
| Hex | 1 | 9B | 31 | 63 | 0 | 44 | 27 | 8B | 63 | 1F |
| Octal | 1 | 233 | 61 | 143 | 0 | 104 | 47 | 213 | 143 | 37 |
| Binary | 1 | 10011011 | 110001 | 1100011 | 0 | 1000100 | 100111 | 10001011 | 1100011 | 11111 |
Color Harmonies of #019B31
Complementary color
Monochromatic Colors of #019B31
Black with #019B31
Text Example
Text Example
White with #019B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B31; }
p { color: rgb(1,155,49); }
H1.HeaderClassName
{
color: #019B31;
}
.AnyTagClassName
{
color: #019B31;
}
</style>
background-color css
<style>
a { background-color: #019B31; }
a { background-color: rgb(1,155,49); }
div.DivClassName
{
background-color: #019B31;
}
.BgClassName
{
background-color: #019B31;
}
</style>
border-color css
<style>
span { border-color: #019B31; }
span { border-color: rgb(1,155,49); }
td.TdClassName
{
border-color: #019B31;
}
.TagClassName
{
border-color: #019B31;
}
</style>