Shades of Dark Pastel Green #00992A
Tints of Dark Pastel Green #00992A
RGB
CMYK
RGB Variations
Color information
#00992A (or 0x00992A) is known color: Dark Pastel Green. HEX triplet: 00, 99 and 2A. RGB value is (0,153,42). Sum of RGB (Red+Green+Blue) = 0+153+42=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 153 (60.16% from 255 or 78.46% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 153 - color contains mainly: green. Hex color #00992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992A is #FF66D5. Grayscale: #5E5E5E. Windows color (decimal): -16738006 or 2791680. OLE color: 2791680.
HSL color Cylindrical-coordinate representation of color #00992A: hue angle of 136.47º 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 #00992A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 42 | - |
| CMYK | 1 | 0 | 0.73 | 0.4 |
| HSL | 136.47º | 1% | 0.3% | - |
| HSV(B) | 136.47º | 1% | 0.6% | - |
| XYZ | 11.81 | 22.95 | 6 | - |
| YUV | 94.6 | 98.31 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 42 | 1 | 0 | 0.73 | 0.4 | 136.47 | 1 | 0.3 |
| Hex | 0 | 99 | 2A | 64 | 0 | 49 | 28 | 88 | 64 | 1E |
| Octal | 0 | 231 | 52 | 144 | 0 | 111 | 50 | 210 | 144 | 36 |
| Binary | 0 | 10011001 | 101010 | 1100100 | 0 | 1001001 | 101000 | 10001000 | 1100100 | 11110 |
Color Harmonies of #00992A
Complementary color
Monochromatic Colors of #00992A
Black with #00992A
Text Example
Text Example
White with #00992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00992A; }
p { color: rgb(0,153,42); }
H1.HeaderClassName
{
color: #00992A;
}
.AnyTagClassName
{
color: #00992A;
}
</style>
background-color css
<style>
a { background-color: #00992A; }
a { background-color: rgb(0,153,42); }
div.DivClassName
{
background-color: #00992A;
}
.BgClassName
{
background-color: #00992A;
}
</style>
border-color css
<style>
span { border-color: #00992A; }
span { border-color: rgb(0,153,42); }
td.TdClassName
{
border-color: #00992A;
}
.TagClassName
{
border-color: #00992A;
}
</style>