Shades of Forest Green #07971F
Tints of Forest Green #07971F
RGB
CMYK
RGB Variations
Color information
#07971F (or 0x07971F) is known color: Forest Green. HEX triplet: 07, 97 and 1F. RGB value is (7,151,31). Sum of RGB (Red+Green+Blue) = 7+151+31=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 151 (59.38% from 255 or 79.89% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 151 - color contains mainly: green. Hex color #07971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07971F is #F868E0. Grayscale: #5E5E5E. Windows color (decimal): -16279777 or 2070279. OLE color: 2070279.
HSL color Cylindrical-coordinate representation of color #07971F: hue angle of 130º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07971F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 151 | 31 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.41 |
| HSL | 130º | 0.91% | 0.31% | - |
| HSV(B) | 130º | 0.95% | 0.59% | - |
| XYZ | 11.4 | 22.28 | 5 | - |
| YUV | 94.26 | 92.29 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 31 | 0.95 | 0 | 0.79 | 0.41 | 130 | 0.91 | 0.31 |
| Hex | 7 | 97 | 1F | 5F | 0 | 4F | 29 | 82 | 5B | 1F |
| Octal | 7 | 227 | 37 | 137 | 0 | 117 | 51 | 202 | 133 | 37 |
| Binary | 111 | 10010111 | 11111 | 1011111 | 0 | 1001111 | 101001 | 10000010 | 1011011 | 11111 |
Color Harmonies of #07971F
Complementary color
Monochromatic Colors of #07971F
Black with #07971F
Text Example
Text Example
White with #07971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07971F; }
p { color: rgb(7,151,31); }
H1.HeaderClassName
{
color: #07971F;
}
.AnyTagClassName
{
color: #07971F;
}
</style>
background-color css
<style>
a { background-color: #07971F; }
a { background-color: rgb(7,151,31); }
div.DivClassName
{
background-color: #07971F;
}
.BgClassName
{
background-color: #07971F;
}
</style>
border-color css
<style>
span { border-color: #07971F; }
span { border-color: rgb(7,151,31); }
td.TdClassName
{
border-color: #07971F;
}
.TagClassName
{
border-color: #07971F;
}
</style>