Shades of Pigment Green #019345
Tints of Pigment Green #019345
RGB
CMYK
RGB Variations
Color information
#019345 (or 0x019345) is known color: Pigment Green. HEX triplet: 01, 93 and 45. RGB value is (1,147,69). Sum of RGB (Red+Green+Blue) = 1+147+69=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #019345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019345 is #FE6CBA. Grayscale: #5E5E5E. Windows color (decimal): -16673979 or 4559617. OLE color: 4559617.
HSL color Cylindrical-coordinate representation of color #019345: hue angle of 147.95º 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 #019345 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 69 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.42 |
| HSL | 147.95º | 0.99% | 0.29% | - |
| HSV(B) | 147.95º | 0.99% | 0.58% | - |
| XYZ | 11.52 | 21.3 | 9.14 | - |
| YUV | 94.45 | 113.63 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 69 | 0.99 | 0 | 0.53 | 0.42 | 147.95 | 0.99 | 0.29 |
| Hex | 1 | 93 | 45 | 63 | 0 | 35 | 2A | 94 | 63 | 1D |
| Octal | 1 | 223 | 105 | 143 | 0 | 65 | 52 | 224 | 143 | 35 |
| Binary | 1 | 10010011 | 1000101 | 1100011 | 0 | 110101 | 101010 | 10010100 | 1100011 | 11101 |
Color Harmonies of #019345
Complementary color
Monochromatic Colors of #019345
Black with #019345
Text Example
Text Example
White with #019345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019345; }
p { color: rgb(1,147,69); }
H1.HeaderClassName
{
color: #019345;
}
.AnyTagClassName
{
color: #019345;
}
</style>
background-color css
<style>
a { background-color: #019345; }
a { background-color: rgb(1,147,69); }
div.DivClassName
{
background-color: #019345;
}
.BgClassName
{
background-color: #019345;
}
</style>
border-color css
<style>
span { border-color: #019345; }
span { border-color: rgb(1,147,69); }
td.TdClassName
{
border-color: #019345;
}
.TagClassName
{
border-color: #019345;
}
</style>