Shades of Pigment Green #009131
Tints of Pigment Green #009131
RGB
CMYK
RGB Variations
Color information
#009131 (or 0x009131) is known color: Pigment Green. HEX triplet: 00, 91 and 31. RGB value is (0,145,49). Sum of RGB (Red+Green+Blue) = 0+145+49=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #009131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009131 is #FF6ECE. Grayscale: #5A5A5A. Windows color (decimal): -16740047 or 3248384. OLE color: 3248384.
HSL color Cylindrical-coordinate representation of color #009131: hue angle of 140.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009131 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 49 | - |
| CMYK | 1 | 0 | 0.66 | 0.43 |
| HSL | 140.28º | 1% | 0.28% | - |
| HSV(B) | 140.28º | 1% | 0.57% | - |
| XYZ | 10.68 | 20.47 | 6.29 | - |
| YUV | 90.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 49 | 1 | 0 | 0.66 | 0.43 | 140.28 | 1 | 0.28 |
| Hex | 0 | 91 | 31 | 64 | 0 | 42 | 2B | 8C | 64 | 1C |
| Octal | 0 | 221 | 61 | 144 | 0 | 102 | 53 | 214 | 144 | 34 |
| Binary | 0 | 10010001 | 110001 | 1100100 | 0 | 1000010 | 101011 | 10001100 | 1100100 | 11100 |
Color Harmonies of #009131
Complementary color
Monochromatic Colors of #009131
Black with #009131
Text Example
Text Example
White with #009131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009131; }
p { color: rgb(0,145,49); }
H1.HeaderClassName
{
color: #009131;
}
.AnyTagClassName
{
color: #009131;
}
</style>
background-color css
<style>
a { background-color: #009131; }
a { background-color: rgb(0,145,49); }
div.DivClassName
{
background-color: #009131;
}
.BgClassName
{
background-color: #009131;
}
</style>
border-color css
<style>
span { border-color: #009131; }
span { border-color: rgb(0,145,49); }
td.TdClassName
{
border-color: #009131;
}
.TagClassName
{
border-color: #009131;
}
</style>