Shades of Pigment Green #019336
Tints of Pigment Green #019336
RGB
CMYK
RGB Variations
Color information
#019336 (or 0x019336) is known color: Pigment Green. HEX triplet: 01, 93 and 36. RGB value is (1,147,54). Sum of RGB (Red+Green+Blue) = 1+147+54=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #019336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019336 is #FE6CC9. Grayscale: #5C5C5C. Windows color (decimal): -16673994 or 3576577. OLE color: 3576577.
HSL color Cylindrical-coordinate representation of color #019336: hue angle of 141.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019336 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 54 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.42 |
| HSL | 141.78º | 0.99% | 0.29% | - |
| HSV(B) | 141.78º | 0.99% | 0.58% | - |
| XYZ | 11.11 | 21.14 | 6.98 | - |
| YUV | 92.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 54 | 0.99 | 0 | 0.63 | 0.42 | 141.78 | 0.99 | 0.29 |
| Hex | 1 | 93 | 36 | 63 | 0 | 3F | 2A | 8E | 63 | 1D |
| Octal | 1 | 223 | 66 | 143 | 0 | 77 | 52 | 216 | 143 | 35 |
| Binary | 1 | 10010011 | 110110 | 1100011 | 0 | 111111 | 101010 | 10001110 | 1100011 | 11101 |
Color Harmonies of #019336
Complementary color
Monochromatic Colors of #019336
Black with #019336
Text Example
Text Example
White with #019336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019336; }
p { color: rgb(1,147,54); }
H1.HeaderClassName
{
color: #019336;
}
.AnyTagClassName
{
color: #019336;
}
</style>
background-color css
<style>
a { background-color: #019336; }
a { background-color: rgb(1,147,54); }
div.DivClassName
{
background-color: #019336;
}
.BgClassName
{
background-color: #019336;
}
</style>
border-color css
<style>
span { border-color: #019336; }
span { border-color: rgb(1,147,54); }
td.TdClassName
{
border-color: #019336;
}
.TagClassName
{
border-color: #019336;
}
</style>