Shades of Pigment Green #00992F
Tints of Pigment Green #00992F
RGB
CMYK
RGB Variations
Color information
#00992F (or 0x00992F) is known color: Pigment Green. HEX triplet: 00, 99 and 2F. RGB value is (0,153,47). Sum of RGB (Red+Green+Blue) = 0+153+47=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #00992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992F is #FF66D0. Grayscale: #5F5F5F. Windows color (decimal): -16738001 or 3119360. OLE color: 3119360.
HSL color Cylindrical-coordinate representation of color #00992F: hue angle of 138.43º 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 #00992F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 47 | - |
| CMYK | 1 | 0 | 0.69 | 0.4 |
| HSL | 138.43º | 1% | 0.3% | - |
| HSV(B) | 138.43º | 1% | 0.6% | - |
| XYZ | 11.9 | 22.99 | 6.5 | - |
| YUV | 95.17 | 100.81 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 47 | 1 | 0 | 0.69 | 0.4 | 138.43 | 1 | 0.3 |
| Hex | 0 | 99 | 2F | 64 | 0 | 45 | 28 | 8A | 64 | 1E |
| Octal | 0 | 231 | 57 | 144 | 0 | 105 | 50 | 212 | 144 | 36 |
| Binary | 0 | 10011001 | 101111 | 1100100 | 0 | 1000101 | 101000 | 10001010 | 1100100 | 11110 |
Color Harmonies of #00992F
Complementary color
Monochromatic Colors of #00992F
Black with #00992F
Text Example
Text Example
White with #00992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00992F; }
p { color: rgb(0,153,47); }
H1.HeaderClassName
{
color: #00992F;
}
.AnyTagClassName
{
color: #00992F;
}
</style>
background-color css
<style>
a { background-color: #00992F; }
a { background-color: rgb(0,153,47); }
div.DivClassName
{
background-color: #00992F;
}
.BgClassName
{
background-color: #00992F;
}
</style>
border-color css
<style>
span { border-color: #00992F; }
span { border-color: rgb(0,153,47); }
td.TdClassName
{
border-color: #00992F;
}
.TagClassName
{
border-color: #00992F;
}
</style>