Shades of Forest Green #07981E
Tints of Forest Green #07981E
RGB
CMYK
RGB Variations
Color information
#07981E (or 0x07981E) is known color: Forest Green. HEX triplet: 07, 98 and 1E. RGB value is (7,152,30). Sum of RGB (Red+Green+Blue) = 7+152+30=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #07981E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07981E is #F867E1. Grayscale: #5F5F5F. Windows color (decimal): -16279522 or 2004999. OLE color: 2004999.
HSL color Cylindrical-coordinate representation of color #07981E: hue angle of 129.52º 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 #07981E is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 30 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.40 |
| HSL | 129.52º | 0.91% | 0.31% | - |
| HSV(B) | 129.52º | 0.95% | 0.6% | - |
| XYZ | 11.55 | 22.6 | 4.98 | - |
| YUV | 94.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 30 | 0.95 | 0 | 0.80 | 0.40 | 129.52 | 0.91 | 0.31 |
| Hex | 7 | 98 | 1E | 5F | 0 | 50 | 28 | 82 | 5B | 1F |
| Octal | 7 | 230 | 36 | 137 | 0 | 120 | 50 | 202 | 133 | 37 |
| Binary | 111 | 10011000 | 11110 | 1011111 | 0 | 1010000 | 101000 | 10000010 | 1011011 | 11111 |
Color Harmonies of #07981E
Complementary color
Monochromatic Colors of #07981E
Black with #07981E
Text Example
Text Example
White with #07981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07981E; }
p { color: rgb(7,152,30); }
H1.HeaderClassName
{
color: #07981E;
}
.AnyTagClassName
{
color: #07981E;
}
</style>
background-color css
<style>
a { background-color: #07981E; }
a { background-color: rgb(7,152,30); }
div.DivClassName
{
background-color: #07981E;
}
.BgClassName
{
background-color: #07981E;
}
</style>
border-color css
<style>
span { border-color: #07981E; }
span { border-color: rgb(7,152,30); }
td.TdClassName
{
border-color: #07981E;
}
.TagClassName
{
border-color: #07981E;
}
</style>