Shades of Pigment Green #00992C
Tints of Pigment Green #00992C
RGB
CMYK
RGB Variations
Color information
#00992C (or 0x00992C) is known color: Pigment Green. HEX triplet: 00, 99 and 2C. RGB value is (0,153,44). Sum of RGB (Red+Green+Blue) = 0+153+44=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #00992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992C is #FF66D3. Grayscale: #5F5F5F. Windows color (decimal): -16738004 or 2922752. OLE color: 2922752.
HSL color Cylindrical-coordinate representation of color #00992C: hue angle of 137.25º 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 #00992C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 44 | - |
| CMYK | 1 | 0 | 0.71 | 0.4 |
| HSL | 137.25º | 1% | 0.3% | - |
| HSV(B) | 137.25º | 1% | 0.6% | - |
| XYZ | 11.85 | 22.96 | 6.19 | - |
| YUV | 94.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 44 | 1 | 0 | 0.71 | 0.4 | 137.25 | 1 | 0.3 |
| Hex | 0 | 99 | 2C | 64 | 0 | 47 | 28 | 89 | 64 | 1E |
| Octal | 0 | 231 | 54 | 144 | 0 | 107 | 50 | 211 | 144 | 36 |
| Binary | 0 | 10011001 | 101100 | 1100100 | 0 | 1000111 | 101000 | 10001001 | 1100100 | 11110 |
Color Harmonies of #00992C
Complementary color
Monochromatic Colors of #00992C
Black with #00992C
Text Example
Text Example
White with #00992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00992C; }
p { color: rgb(0,153,44); }
H1.HeaderClassName
{
color: #00992C;
}
.AnyTagClassName
{
color: #00992C;
}
</style>
background-color css
<style>
a { background-color: #00992C; }
a { background-color: rgb(0,153,44); }
div.DivClassName
{
background-color: #00992C;
}
.BgClassName
{
background-color: #00992C;
}
</style>
border-color css
<style>
span { border-color: #00992C; }
span { border-color: rgb(0,153,44); }
td.TdClassName
{
border-color: #00992C;
}
.TagClassName
{
border-color: #00992C;
}
</style>