Shades of Forest Green #07801D
Tints of Forest Green #07801D
RGB
CMYK
RGB Variations
Color information
#07801D (or 0x07801D) is known color: Forest Green. HEX triplet: 07, 80 and 1D. RGB value is (7,128,29). Sum of RGB (Red+Green+Blue) = 7+128+29=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 128 (50.39% from 255 or 78.05% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 128 - color contains mainly: green. Hex color #07801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07801D is #F87FE2. Grayscale: #505050. Windows color (decimal): -16285667 or 1933319. OLE color: 1933319.
HSL color Cylindrical-coordinate representation of color #07801D: hue angle of 130.91º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07801D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 29 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.50 |
| HSL | 130.91º | 0.9% | 0.26% | - |
| HSV(B) | 130.91º | 0.95% | 0.5% | - |
| XYZ | 8.03 | 15.57 | 3.74 | - |
| YUV | 80.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 29 | 0.95 | 0 | 0.77 | 0.50 | 130.91 | 0.9 | 0.26 |
| Hex | 7 | 80 | 1D | 5F | 0 | 4D | 32 | 83 | 5A | 1A |
| Octal | 7 | 200 | 35 | 137 | 0 | 115 | 62 | 203 | 132 | 32 |
| Binary | 111 | 10000000 | 11101 | 1011111 | 0 | 1001101 | 110010 | 10000011 | 1011010 | 11010 |
Color Harmonies of #07801D
Complementary color
Monochromatic Colors of #07801D
Black with #07801D
Text Example
Text Example
White with #07801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07801D; }
p { color: rgb(7,128,29); }
H1.HeaderClassName
{
color: #07801D;
}
.AnyTagClassName
{
color: #07801D;
}
</style>
background-color css
<style>
a { background-color: #07801D; }
a { background-color: rgb(7,128,29); }
div.DivClassName
{
background-color: #07801D;
}
.BgClassName
{
background-color: #07801D;
}
</style>
border-color css
<style>
span { border-color: #07801D; }
span { border-color: rgb(7,128,29); }
td.TdClassName
{
border-color: #07801D;
}
.TagClassName
{
border-color: #07801D;
}
</style>