Shades of Pigment Green #009345
Tints of Pigment Green #009345
RGB
CMYK
RGB Variations
Color information
#009345 (or 0x009345) is known color: Pigment Green. HEX triplet: 00, 93 and 45. RGB value is (0,147,69). Sum of RGB (Red+Green+Blue) = 0+147+69=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #009345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009345 is #FF6CBA. Grayscale: #5E5E5E. Windows color (decimal): -16739515 or 4559616. OLE color: 4559616.
HSL color Cylindrical-coordinate representation of color #009345: hue angle of 148.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009345 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 69 | - |
| CMYK | 1 | 0 | 0.53 | 0.42 |
| HSL | 148.16º | 1% | 0.29% | - |
| HSV(B) | 148.16º | 1% | 0.58% | - |
| XYZ | 11.51 | 21.3 | 9.13 | - |
| YUV | 94.16 | 113.8 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 69 | 1 | 0 | 0.53 | 0.42 | 148.16 | 1 | 0.29 |
| Hex | 0 | 93 | 45 | 64 | 0 | 35 | 2A | 94 | 64 | 1D |
| Octal | 0 | 223 | 105 | 144 | 0 | 65 | 52 | 224 | 144 | 35 |
| Binary | 0 | 10010011 | 1000101 | 1100100 | 0 | 110101 | 101010 | 10010100 | 1100100 | 11101 |
Color Harmonies of #009345
Complementary color
Monochromatic Colors of #009345
Black with #009345
Text Example
Text Example
White with #009345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009345; }
p { color: rgb(0,147,69); }
H1.HeaderClassName
{
color: #009345;
}
.AnyTagClassName
{
color: #009345;
}
</style>
background-color css
<style>
a { background-color: #009345; }
a { background-color: rgb(0,147,69); }
div.DivClassName
{
background-color: #009345;
}
.BgClassName
{
background-color: #009345;
}
</style>
border-color css
<style>
span { border-color: #009345; }
span { border-color: rgb(0,147,69); }
td.TdClassName
{
border-color: #009345;
}
.TagClassName
{
border-color: #009345;
}
</style>