Shades of Forest Green #00962A
Tints of Forest Green #00962A
RGB
CMYK
RGB Variations
Color information
#00962A (or 0x00962A) is known color: Forest Green. HEX triplet: 00, 96 and 2A. RGB value is (0,150,42). Sum of RGB (Red+Green+Blue) = 0+150+42=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #00962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00962A is #FF69D5. Grayscale: #5D5D5D. Windows color (decimal): -16738774 or 2790912. OLE color: 2790912.
HSL color Cylindrical-coordinate representation of color #00962A: hue angle of 136.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00962A is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 42 | - |
| CMYK | 1 | 0 | 0.72 | 0.41 |
| HSL | 136.8º | 1% | 0.29% | - |
| HSV(B) | 136.8º | 1% | 0.59% | - |
| XYZ | 11.32 | 21.98 | 5.84 | - |
| YUV | 92.84 | 99.31 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 42 | 1 | 0 | 0.72 | 0.41 | 136.8 | 1 | 0.29 |
| Hex | 0 | 96 | 2A | 64 | 0 | 48 | 29 | 89 | 64 | 1D |
| Octal | 0 | 226 | 52 | 144 | 0 | 110 | 51 | 211 | 144 | 35 |
| Binary | 0 | 10010110 | 101010 | 1100100 | 0 | 1001000 | 101001 | 10001001 | 1100100 | 11101 |
Color Harmonies of #00962A
Complementary color
Monochromatic Colors of #00962A
Black with #00962A
Text Example
Text Example
White with #00962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00962A; }
p { color: rgb(0,150,42); }
H1.HeaderClassName
{
color: #00962A;
}
.AnyTagClassName
{
color: #00962A;
}
</style>
background-color css
<style>
a { background-color: #00962A; }
a { background-color: rgb(0,150,42); }
div.DivClassName
{
background-color: #00962A;
}
.BgClassName
{
background-color: #00962A;
}
</style>
border-color css
<style>
span { border-color: #00962A; }
span { border-color: rgb(0,150,42); }
td.TdClassName
{
border-color: #00962A;
}
.TagClassName
{
border-color: #00962A;
}
</style>