Shades of Pigment Green #009245
Tints of Pigment Green #009245
RGB
CMYK
RGB Variations
Color information
#009245 (or 0x009245) is known color: Pigment Green. HEX triplet: 00, 92 and 45. RGB value is (0,146,69). Sum of RGB (Red+Green+Blue) = 0+146+69=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #009245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009245 is #FF6DBA. Grayscale: #5D5D5D. Windows color (decimal): -16739771 or 4559360. OLE color: 4559360.
HSL color Cylindrical-coordinate representation of color #009245: hue angle of 148.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009245 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 69 | - |
| CMYK | 1 | 0 | 0.53 | 0.43 |
| HSL | 148.36º | 1% | 0.29% | - |
| HSV(B) | 148.36º | 1% | 0.57% | - |
| XYZ | 11.35 | 20.99 | 9.08 | - |
| YUV | 93.57 | 114.13 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 69 | 1 | 0 | 0.53 | 0.43 | 148.36 | 1 | 0.29 |
| Hex | 0 | 92 | 45 | 64 | 0 | 35 | 2B | 94 | 64 | 1D |
| Octal | 0 | 222 | 105 | 144 | 0 | 65 | 53 | 224 | 144 | 35 |
| Binary | 0 | 10010010 | 1000101 | 1100100 | 0 | 110101 | 101011 | 10010100 | 1100100 | 11101 |
Color Harmonies of #009245
Complementary color
Monochromatic Colors of #009245
Black with #009245
Text Example
Text Example
White with #009245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009245; }
p { color: rgb(0,146,69); }
H1.HeaderClassName
{
color: #009245;
}
.AnyTagClassName
{
color: #009245;
}
</style>
background-color css
<style>
a { background-color: #009245; }
a { background-color: rgb(0,146,69); }
div.DivClassName
{
background-color: #009245;
}
.BgClassName
{
background-color: #009245;
}
</style>
border-color css
<style>
span { border-color: #009245; }
span { border-color: rgb(0,146,69); }
td.TdClassName
{
border-color: #009245;
}
.TagClassName
{
border-color: #009245;
}
</style>