Shades of Pigment Green #019B3C
Tints of Pigment Green #019B3C
RGB
CMYK
RGB Variations
Color information
#019B3C (or 0x019B3C) is known color: Pigment Green. HEX triplet: 01, 9B and 3C. RGB value is (1,155,60). Sum of RGB (Red+Green+Blue) = 1+155+60=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #019B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B3C is #FE64C3. Grayscale: #626262. Windows color (decimal): -16671940 or 3971841. OLE color: 3971841.
HSL color Cylindrical-coordinate representation of color #019B3C: hue angle of 142.99º 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 #019B3C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 60 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.39 |
| HSL | 142.99º | 0.99% | 0.31% | - |
| HSV(B) | 142.99º | 0.99% | 0.61% | - |
| XYZ | 12.55 | 23.78 | 8.2 | - |
| YUV | 98.12 | 106.48 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 60 | 0.99 | 0 | 0.61 | 0.39 | 142.99 | 0.99 | 0.31 |
| Hex | 1 | 9B | 3C | 63 | 0 | 3D | 27 | 8F | 63 | 1F |
| Octal | 1 | 233 | 74 | 143 | 0 | 75 | 47 | 217 | 143 | 37 |
| Binary | 1 | 10011011 | 111100 | 1100011 | 0 | 111101 | 100111 | 10001111 | 1100011 | 11111 |
Color Harmonies of #019B3C
Complementary color
Monochromatic Colors of #019B3C
Black with #019B3C
Text Example
Text Example
White with #019B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B3C; }
p { color: rgb(1,155,60); }
H1.HeaderClassName
{
color: #019B3C;
}
.AnyTagClassName
{
color: #019B3C;
}
</style>
background-color css
<style>
a { background-color: #019B3C; }
a { background-color: rgb(1,155,60); }
div.DivClassName
{
background-color: #019B3C;
}
.BgClassName
{
background-color: #019B3C;
}
</style>
border-color css
<style>
span { border-color: #019B3C; }
span { border-color: rgb(1,155,60); }
td.TdClassName
{
border-color: #019B3C;
}
.TagClassName
{
border-color: #019B3C;
}
</style>