Shades of Forest Green #07982F
Tints of Forest Green #07982F
RGB
CMYK
RGB Variations
Color information
#07982F (or 0x07982F) is known color: Forest Green. HEX triplet: 07, 98 and 2F. RGB value is (7,152,47). Sum of RGB (Red+Green+Blue) = 7+152+47=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 152 (59.77% from 255 or 73.79% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 152 - color contains mainly: green. Hex color #07982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07982F is #F867D0. Grayscale: #606060. Windows color (decimal): -16279505 or 3119111. OLE color: 3119111.
HSL color Cylindrical-coordinate representation of color #07982F: hue angle of 136.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07982F is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 47 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.40 |
| HSL | 136.55º | 0.91% | 0.31% | - |
| HSV(B) | 136.55º | 0.95% | 0.6% | - |
| XYZ | 11.83 | 22.71 | 6.45 | - |
| YUV | 96.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 47 | 0.95 | 0 | 0.69 | 0.40 | 136.55 | 0.91 | 0.31 |
| Hex | 7 | 98 | 2F | 5F | 0 | 45 | 28 | 89 | 5B | 1F |
| Octal | 7 | 230 | 57 | 137 | 0 | 105 | 50 | 211 | 133 | 37 |
| Binary | 111 | 10011000 | 101111 | 1011111 | 0 | 1000101 | 101000 | 10001001 | 1011011 | 11111 |
Color Harmonies of #07982F
Complementary color
Monochromatic Colors of #07982F
Black with #07982F
Text Example
Text Example
White with #07982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07982F; }
p { color: rgb(7,152,47); }
H1.HeaderClassName
{
color: #07982F;
}
.AnyTagClassName
{
color: #07982F;
}
</style>
background-color css
<style>
a { background-color: #07982F; }
a { background-color: rgb(7,152,47); }
div.DivClassName
{
background-color: #07982F;
}
.BgClassName
{
background-color: #07982F;
}
</style>
border-color css
<style>
span { border-color: #07982F; }
span { border-color: rgb(7,152,47); }
td.TdClassName
{
border-color: #07982F;
}
.TagClassName
{
border-color: #07982F;
}
</style>