Shades of Forest Green #07932F
Tints of Forest Green #07932F
RGB
CMYK
RGB Variations
Color information
#07932F (or 0x07932F) is known color: Forest Green. HEX triplet: 07, 93 and 2F. RGB value is (7,147,47). Sum of RGB (Red+Green+Blue) = 7+147+47=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #07932F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07932F is #F86CD0. Grayscale: #5D5D5D. Windows color (decimal): -16280785 or 3117831. OLE color: 3117831.
HSL color Cylindrical-coordinate representation of color #07932F: hue angle of 137.14º 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 #07932F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 47 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.42 |
| HSL | 137.14º | 0.91% | 0.3% | - |
| HSV(B) | 137.14º | 0.95% | 0.58% | - |
| XYZ | 11.03 | 21.12 | 6.18 | - |
| YUV | 93.74 | 101.62 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 47 | 0.95 | 0 | 0.68 | 0.42 | 137.14 | 0.91 | 0.3 |
| Hex | 7 | 93 | 2F | 5F | 0 | 44 | 2A | 89 | 5B | 1E |
| Octal | 7 | 223 | 57 | 137 | 0 | 104 | 52 | 211 | 133 | 36 |
| Binary | 111 | 10010011 | 101111 | 1011111 | 0 | 1000100 | 101010 | 10001001 | 1011011 | 11110 |
Color Harmonies of #07932F
Complementary color
Monochromatic Colors of #07932F
Black with #07932F
Text Example
Text Example
White with #07932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07932F; }
p { color: rgb(7,147,47); }
H1.HeaderClassName
{
color: #07932F;
}
.AnyTagClassName
{
color: #07932F;
}
</style>
background-color css
<style>
a { background-color: #07932F; }
a { background-color: rgb(7,147,47); }
div.DivClassName
{
background-color: #07932F;
}
.BgClassName
{
background-color: #07932F;
}
</style>
border-color css
<style>
span { border-color: #07932F; }
span { border-color: rgb(7,147,47); }
td.TdClassName
{
border-color: #07932F;
}
.TagClassName
{
border-color: #07932F;
}
</style>