Shades of Pigment Green #019733
Tints of Pigment Green #019733
RGB
CMYK
RGB Variations
Color information
#019733 (or 0x019733) is known color: Pigment Green. HEX triplet: 01, 97 and 33. RGB value is (1,151,51). Sum of RGB (Red+Green+Blue) = 1+151+51=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 151 (59.38% from 255 or 74.38% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 151 - color contains mainly: green. Hex color #019733 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019733 is #FE68CC. Grayscale: #5E5E5E. Windows color (decimal): -16672973 or 3380993. OLE color: 3380993.
HSL color Cylindrical-coordinate representation of color #019733: hue angle of 140º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019733 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 51 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.41 |
| HSL | 140º | 0.99% | 0.3% | - |
| HSV(B) | 140º | 0.99% | 0.59% | - |
| XYZ | 11.68 | 22.38 | 6.84 | - |
| YUV | 94.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 51 | 0.99 | 0 | 0.66 | 0.41 | 140 | 0.99 | 0.3 |
| Hex | 1 | 97 | 33 | 63 | 0 | 42 | 29 | 8C | 63 | 1E |
| Octal | 1 | 227 | 63 | 143 | 0 | 102 | 51 | 214 | 143 | 36 |
| Binary | 1 | 10010111 | 110011 | 1100011 | 0 | 1000010 | 101001 | 10001100 | 1100011 | 11110 |
Color Harmonies of #019733
Complementary color
Monochromatic Colors of #019733
Black with #019733
Text Example
Text Example
White with #019733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019733; }
p { color: rgb(1,151,51); }
H1.HeaderClassName
{
color: #019733;
}
.AnyTagClassName
{
color: #019733;
}
</style>
background-color css
<style>
a { background-color: #019733; }
a { background-color: rgb(1,151,51); }
div.DivClassName
{
background-color: #019733;
}
.BgClassName
{
background-color: #019733;
}
</style>
border-color css
<style>
span { border-color: #019733; }
span { border-color: rgb(1,151,51); }
td.TdClassName
{
border-color: #019733;
}
.TagClassName
{
border-color: #019733;
}
</style>