Shades of Pigment Green #019335
Tints of Pigment Green #019335
RGB
CMYK
RGB Variations
Color information
#019335 (or 0x019335) is known color: Pigment Green. HEX triplet: 01, 93 and 35. RGB value is (1,147,53). Sum of RGB (Red+Green+Blue) = 1+147+53=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #019335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019335 is #FE6CCA. Grayscale: #5C5C5C. Windows color (decimal): -16673995 or 3511041. OLE color: 3511041.
HSL color Cylindrical-coordinate representation of color #019335: hue angle of 141.37º 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 #019335 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 53 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.42 |
| HSL | 141.37º | 0.99% | 0.29% | - |
| HSV(B) | 141.37º | 0.99% | 0.58% | - |
| XYZ | 11.09 | 21.13 | 6.86 | - |
| YUV | 92.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 53 | 0.99 | 0 | 0.64 | 0.42 | 141.37 | 0.99 | 0.29 |
| Hex | 1 | 93 | 35 | 63 | 0 | 40 | 2A | 8D | 63 | 1D |
| Octal | 1 | 223 | 65 | 143 | 0 | 100 | 52 | 215 | 143 | 35 |
| Binary | 1 | 10010011 | 110101 | 1100011 | 0 | 1000000 | 101010 | 10001101 | 1100011 | 11101 |
Color Harmonies of #019335
Complementary color
Monochromatic Colors of #019335
Black with #019335
Text Example
Text Example
White with #019335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019335; }
p { color: rgb(1,147,53); }
H1.HeaderClassName
{
color: #019335;
}
.AnyTagClassName
{
color: #019335;
}
</style>
background-color css
<style>
a { background-color: #019335; }
a { background-color: rgb(1,147,53); }
div.DivClassName
{
background-color: #019335;
}
.BgClassName
{
background-color: #019335;
}
</style>
border-color css
<style>
span { border-color: #019335; }
span { border-color: rgb(1,147,53); }
td.TdClassName
{
border-color: #019335;
}
.TagClassName
{
border-color: #019335;
}
</style>