Shades of Forest Green #07811F
Tints of Forest Green #07811F
RGB
CMYK
RGB Variations
Color information
#07811F (or 0x07811F) is known color: Forest Green. HEX triplet: 07, 81 and 1F. RGB value is (7,129,31). Sum of RGB (Red+Green+Blue) = 7+129+31=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 129 (50.78% from 255 or 77.25% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 129 - color contains mainly: green. Hex color #07811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07811F is #F87EE0. Grayscale: #515151. Windows color (decimal): -16285409 or 2064647. OLE color: 2064647.
HSL color Cylindrical-coordinate representation of color #07811F: hue angle of 131.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07811F is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 31 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.49 |
| HSL | 131.8º | 0.9% | 0.27% | - |
| HSV(B) | 131.8º | 0.95% | 0.51% | - |
| XYZ | 8.19 | 15.84 | 3.92 | - |
| YUV | 81.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 31 | 0.95 | 0 | 0.76 | 0.49 | 131.8 | 0.9 | 0.27 |
| Hex | 7 | 81 | 1F | 5F | 0 | 4C | 31 | 84 | 5A | 1B |
| Octal | 7 | 201 | 37 | 137 | 0 | 114 | 61 | 204 | 132 | 33 |
| Binary | 111 | 10000001 | 11111 | 1011111 | 0 | 1001100 | 110001 | 10000100 | 1011010 | 11011 |
Color Harmonies of #07811F
Complementary color
Monochromatic Colors of #07811F
Black with #07811F
Text Example
Text Example
White with #07811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07811F; }
p { color: rgb(7,129,31); }
H1.HeaderClassName
{
color: #07811F;
}
.AnyTagClassName
{
color: #07811F;
}
</style>
background-color css
<style>
a { background-color: #07811F; }
a { background-color: rgb(7,129,31); }
div.DivClassName
{
background-color: #07811F;
}
.BgClassName
{
background-color: #07811F;
}
</style>
border-color css
<style>
span { border-color: #07811F; }
span { border-color: rgb(7,129,31); }
td.TdClassName
{
border-color: #07811F;
}
.TagClassName
{
border-color: #07811F;
}
</style>