Shades of Pigment Green #009A2D
Tints of Pigment Green #009A2D
RGB
CMYK
RGB Variations
Color information
#009A2D (or 0x009A2D) is known color: Pigment Green. HEX triplet: 00, 9A and 2D. RGB value is (0,154,45). Sum of RGB (Red+Green+Blue) = 0+154+45=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 154 (60.55% from 255 or 77.39% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 154 - color contains mainly: green. Hex color #009A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A2D is #FF65D2. Grayscale: #5F5F5F. Windows color (decimal): -16737747 or 2988544. OLE color: 2988544.
HSL color Cylindrical-coordinate representation of color #009A2D: hue angle of 137.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A2D is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 45 | - |
| CMYK | 1 | 0 | 0.71 | 0.40 |
| HSL | 137.53º | 1% | 0.3% | - |
| HSV(B) | 137.53º | 1% | 0.6% | - |
| XYZ | 12.03 | 23.3 | 6.35 | - |
| YUV | 95.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 45 | 1 | 0 | 0.71 | 0.40 | 137.53 | 1 | 0.3 |
| Hex | 0 | 9A | 2D | 64 | 0 | 47 | 28 | 8A | 64 | 1E |
| Octal | 0 | 232 | 55 | 144 | 0 | 107 | 50 | 212 | 144 | 36 |
| Binary | 0 | 10011010 | 101101 | 1100100 | 0 | 1000111 | 101000 | 10001010 | 1100100 | 11110 |
Color Harmonies of #009A2D
Complementary color
Monochromatic Colors of #009A2D
Black with #009A2D
Text Example
Text Example
White with #009A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A2D; }
p { color: rgb(0,154,45); }
H1.HeaderClassName
{
color: #009A2D;
}
.AnyTagClassName
{
color: #009A2D;
}
</style>
background-color css
<style>
a { background-color: #009A2D; }
a { background-color: rgb(0,154,45); }
div.DivClassName
{
background-color: #009A2D;
}
.BgClassName
{
background-color: #009A2D;
}
</style>
border-color css
<style>
span { border-color: #009A2D; }
span { border-color: rgb(0,154,45); }
td.TdClassName
{
border-color: #009A2D;
}
.TagClassName
{
border-color: #009A2D;
}
</style>