Shades of Forest Green #07932D
Tints of Forest Green #07932D
RGB
CMYK
RGB Variations
Color information
#07932D (or 0x07932D) is known color: Forest Green. HEX triplet: 07, 93 and 2D. RGB value is (7,147,45). Sum of RGB (Red+Green+Blue) = 7+147+45=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #07932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07932D is #F86CD2. Grayscale: #5D5D5D. Windows color (decimal): -16280787 or 2986759. OLE color: 2986759.
HSL color Cylindrical-coordinate representation of color #07932D: hue angle of 136.29º 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 #07932D is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 45 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.42 |
| HSL | 136.29º | 0.91% | 0.3% | - |
| HSV(B) | 136.29º | 0.95% | 0.58% | - |
| XYZ | 11 | 21.1 | 5.98 | - |
| YUV | 93.51 | 100.62 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 45 | 0.95 | 0 | 0.69 | 0.42 | 136.29 | 0.91 | 0.3 |
| Hex | 7 | 93 | 2D | 5F | 0 | 45 | 2A | 88 | 5B | 1E |
| Octal | 7 | 223 | 55 | 137 | 0 | 105 | 52 | 210 | 133 | 36 |
| Binary | 111 | 10010011 | 101101 | 1011111 | 0 | 1000101 | 101010 | 10001000 | 1011011 | 11110 |
Color Harmonies of #07932D
Complementary color
Monochromatic Colors of #07932D
Black with #07932D
Text Example
Text Example
White with #07932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07932D; }
p { color: rgb(7,147,45); }
H1.HeaderClassName
{
color: #07932D;
}
.AnyTagClassName
{
color: #07932D;
}
</style>
background-color css
<style>
a { background-color: #07932D; }
a { background-color: rgb(7,147,45); }
div.DivClassName
{
background-color: #07932D;
}
.BgClassName
{
background-color: #07932D;
}
</style>
border-color css
<style>
span { border-color: #07932D; }
span { border-color: rgb(7,147,45); }
td.TdClassName
{
border-color: #07932D;
}
.TagClassName
{
border-color: #07932D;
}
</style>