Shades of Forest Green #00972A
Tints of Forest Green #00972A
RGB
CMYK
RGB Variations
Color information
#00972A (or 0x00972A) is known color: Forest Green. HEX triplet: 00, 97 and 2A. RGB value is (0,151,42). Sum of RGB (Red+Green+Blue) = 0+151+42=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 151 (59.38% from 255 or 78.24% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 151 - color contains mainly: green. Hex color #00972A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00972A is #FF68D5. Grayscale: #5D5D5D. Windows color (decimal): -16738518 or 2791168. OLE color: 2791168.
HSL color Cylindrical-coordinate representation of color #00972A: hue angle of 136.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00972A is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 151 | 42 | - |
| CMYK | 1 | 0 | 0.72 | 0.41 |
| HSL | 136.69º | 1% | 0.3% | - |
| HSV(B) | 136.69º | 1% | 0.59% | - |
| XYZ | 11.48 | 22.3 | 5.89 | - |
| YUV | 93.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 42 | 1 | 0 | 0.72 | 0.41 | 136.69 | 1 | 0.3 |
| Hex | 0 | 97 | 2A | 64 | 0 | 48 | 29 | 89 | 64 | 1E |
| Octal | 0 | 227 | 52 | 144 | 0 | 110 | 51 | 211 | 144 | 36 |
| Binary | 0 | 10010111 | 101010 | 1100100 | 0 | 1001000 | 101001 | 10001001 | 1100100 | 11110 |
Color Harmonies of #00972A
Complementary color
Monochromatic Colors of #00972A
Black with #00972A
Text Example
Text Example
White with #00972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00972A; }
p { color: rgb(0,151,42); }
H1.HeaderClassName
{
color: #00972A;
}
.AnyTagClassName
{
color: #00972A;
}
</style>
background-color css
<style>
a { background-color: #00972A; }
a { background-color: rgb(0,151,42); }
div.DivClassName
{
background-color: #00972A;
}
.BgClassName
{
background-color: #00972A;
}
</style>
border-color css
<style>
span { border-color: #00972A; }
span { border-color: rgb(0,151,42); }
td.TdClassName
{
border-color: #00972A;
}
.TagClassName
{
border-color: #00972A;
}
</style>