Shades of Pigment Green #009C2F
Tints of Pigment Green #009C2F
RGB
CMYK
RGB Variations
Color information
#009C2F (or 0x009C2F) is known color: Pigment Green. HEX triplet: 00, 9C and 2F. RGB value is (0,156,47). Sum of RGB (Red+Green+Blue) = 0+156+47=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 156 (61.33% from 255 or 76.85% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 156 - color contains mainly: green. Hex color #009C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C2F is #FF63D0. Grayscale: #616161. Windows color (decimal): -16737233 or 3120128. OLE color: 3120128.
HSL color Cylindrical-coordinate representation of color #009C2F: hue angle of 138.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C2F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 47 | - |
| CMYK | 1 | 0 | 0.70 | 0.39 |
| HSL | 138.08º | 1% | 0.31% | - |
| HSV(B) | 138.08º | 1% | 0.61% | - |
| XYZ | 12.4 | 23.98 | 6.66 | - |
| YUV | 96.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 47 | 1 | 0 | 0.70 | 0.39 | 138.08 | 1 | 0.31 |
| Hex | 0 | 9C | 2F | 64 | 0 | 46 | 27 | 8A | 64 | 1F |
| Octal | 0 | 234 | 57 | 144 | 0 | 106 | 47 | 212 | 144 | 37 |
| Binary | 0 | 10011100 | 101111 | 1100100 | 0 | 1000110 | 100111 | 10001010 | 1100100 | 11111 |
Color Harmonies of #009C2F
Complementary color
Monochromatic Colors of #009C2F
Black with #009C2F
Text Example
Text Example
White with #009C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C2F; }
p { color: rgb(0,156,47); }
H1.HeaderClassName
{
color: #009C2F;
}
.AnyTagClassName
{
color: #009C2F;
}
</style>
background-color css
<style>
a { background-color: #009C2F; }
a { background-color: rgb(0,156,47); }
div.DivClassName
{
background-color: #009C2F;
}
.BgClassName
{
background-color: #009C2F;
}
</style>
border-color css
<style>
span { border-color: #009C2F; }
span { border-color: rgb(0,156,47); }
td.TdClassName
{
border-color: #009C2F;
}
.TagClassName
{
border-color: #009C2F;
}
</style>