Shades of Forest Green #07941E
Tints of Forest Green #07941E
RGB
CMYK
RGB Variations
Color information
#07941E (or 0x07941E) is known color: Forest Green. HEX triplet: 07, 94 and 1E. RGB value is (7,148,30). Sum of RGB (Red+Green+Blue) = 7+148+30=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #07941E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07941E is #F86BE1. Grayscale: #5C5C5C. Windows color (decimal): -16280546 or 2003975. OLE color: 2003975.
HSL color Cylindrical-coordinate representation of color #07941E: hue angle of 129.79º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07941E is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 30 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.42 |
| HSL | 129.79º | 0.91% | 0.3% | - |
| HSV(B) | 129.79º | 0.95% | 0.58% | - |
| XYZ | 10.91 | 21.32 | 4.77 | - |
| YUV | 92.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 30 | 0.95 | 0 | 0.80 | 0.42 | 129.79 | 0.91 | 0.3 |
| Hex | 7 | 94 | 1E | 5F | 0 | 50 | 2A | 82 | 5B | 1E |
| Octal | 7 | 224 | 36 | 137 | 0 | 120 | 52 | 202 | 133 | 36 |
| Binary | 111 | 10010100 | 11110 | 1011111 | 0 | 1010000 | 101010 | 10000010 | 1011011 | 11110 |
Color Harmonies of #07941E
Complementary color
Monochromatic Colors of #07941E
Black with #07941E
Text Example
Text Example
White with #07941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07941E; }
p { color: rgb(7,148,30); }
H1.HeaderClassName
{
color: #07941E;
}
.AnyTagClassName
{
color: #07941E;
}
</style>
background-color css
<style>
a { background-color: #07941E; }
a { background-color: rgb(7,148,30); }
div.DivClassName
{
background-color: #07941E;
}
.BgClassName
{
background-color: #07941E;
}
</style>
border-color css
<style>
span { border-color: #07941E; }
span { border-color: rgb(7,148,30); }
td.TdClassName
{
border-color: #07941E;
}
.TagClassName
{
border-color: #07941E;
}
</style>