Shades of Forest Green #02972B
Tints of Forest Green #02972B
RGB
CMYK
RGB Variations
Color information
#02972B (or 0x02972B) is known color: Forest Green. HEX triplet: 02, 97 and 2B. RGB value is (2,151,43). Sum of RGB (Red+Green+Blue) = 2+151+43=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 151 (59.38% from 255 or 77.04% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 151 - color contains mainly: green. Hex color #02972B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02972B is #FD68D4. Grayscale: #5E5E5E. Windows color (decimal): -16607445 or 2856706. OLE color: 2856706.
HSL color Cylindrical-coordinate representation of color #02972B: hue angle of 136.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02972B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 43 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.41 |
| HSL | 136.51º | 0.97% | 0.3% | - |
| HSV(B) | 136.51º | 0.99% | 0.59% | - |
| XYZ | 11.53 | 22.32 | 5.99 | - |
| YUV | 94.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 43 | 0.99 | 0 | 0.72 | 0.41 | 136.51 | 0.97 | 0.3 |
| Hex | 2 | 97 | 2B | 63 | 0 | 48 | 29 | 89 | 61 | 1E |
| Octal | 2 | 227 | 53 | 143 | 0 | 110 | 51 | 211 | 141 | 36 |
| Binary | 10 | 10010111 | 101011 | 1100011 | 0 | 1001000 | 101001 | 10001001 | 1100001 | 11110 |
Color Harmonies of #02972B
Complementary color
Monochromatic Colors of #02972B
Black with #02972B
Text Example
Text Example
White with #02972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02972B; }
p { color: rgb(2,151,43); }
H1.HeaderClassName
{
color: #02972B;
}
.AnyTagClassName
{
color: #02972B;
}
</style>
background-color css
<style>
a { background-color: #02972B; }
a { background-color: rgb(2,151,43); }
div.DivClassName
{
background-color: #02972B;
}
.BgClassName
{
background-color: #02972B;
}
</style>
border-color css
<style>
span { border-color: #02972B; }
span { border-color: rgb(2,151,43); }
td.TdClassName
{
border-color: #02972B;
}
.TagClassName
{
border-color: #02972B;
}
</style>