Shades of Pigment Green #00992D
Tints of Pigment Green #00992D
RGB
CMYK
RGB Variations
Color information
#00992D (or 0x00992D) is known color: Pigment Green. HEX triplet: 00, 99 and 2D. RGB value is (0,153,45). Sum of RGB (Red+Green+Blue) = 0+153+45=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #00992D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992D is #FF66D2. Grayscale: #5F5F5F. Windows color (decimal): -16738003 or 2988288. OLE color: 2988288.
HSL color Cylindrical-coordinate representation of color #00992D: hue angle of 137.65º 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 #00992D is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 45 | - |
| CMYK | 1 | 0 | 0.71 | 0.4 |
| HSL | 137.65º | 1% | 0.3% | - |
| HSV(B) | 137.65º | 1% | 0.6% | - |
| XYZ | 11.86 | 22.97 | 6.29 | - |
| YUV | 94.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 45 | 1 | 0 | 0.71 | 0.4 | 137.65 | 1 | 0.3 |
| Hex | 0 | 99 | 2D | 64 | 0 | 47 | 28 | 8A | 64 | 1E |
| Octal | 0 | 231 | 55 | 144 | 0 | 107 | 50 | 212 | 144 | 36 |
| Binary | 0 | 10011001 | 101101 | 1100100 | 0 | 1000111 | 101000 | 10001010 | 1100100 | 11110 |
Color Harmonies of #00992D
Complementary color
Monochromatic Colors of #00992D
Black with #00992D
Text Example
Text Example
White with #00992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00992D; }
p { color: rgb(0,153,45); }
H1.HeaderClassName
{
color: #00992D;
}
.AnyTagClassName
{
color: #00992D;
}
</style>
background-color css
<style>
a { background-color: #00992D; }
a { background-color: rgb(0,153,45); }
div.DivClassName
{
background-color: #00992D;
}
.BgClassName
{
background-color: #00992D;
}
</style>
border-color css
<style>
span { border-color: #00992D; }
span { border-color: rgb(0,153,45); }
td.TdClassName
{
border-color: #00992D;
}
.TagClassName
{
border-color: #00992D;
}
</style>