Shades of Forest Green #07932C
Tints of Forest Green #07932C
RGB
CMYK
RGB Variations
Color information
#07932C (or 0x07932C) is known color: Forest Green. HEX triplet: 07, 93 and 2C. RGB value is (7,147,44). Sum of RGB (Red+Green+Blue) = 7+147+44=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #07932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07932C is #F86CD3. Grayscale: #5D5D5D. Windows color (decimal): -16280788 or 2921223. OLE color: 2921223.
HSL color Cylindrical-coordinate representation of color #07932C: hue angle of 135.86º 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 #07932C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 44 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.42 |
| HSL | 135.86º | 0.91% | 0.3% | - |
| HSV(B) | 135.86º | 0.95% | 0.58% | - |
| XYZ | 10.98 | 21.09 | 5.88 | - |
| YUV | 93.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 44 | 0.95 | 0 | 0.70 | 0.42 | 135.86 | 0.91 | 0.3 |
| Hex | 7 | 93 | 2C | 5F | 0 | 46 | 2A | 88 | 5B | 1E |
| Octal | 7 | 223 | 54 | 137 | 0 | 106 | 52 | 210 | 133 | 36 |
| Binary | 111 | 10010011 | 101100 | 1011111 | 0 | 1000110 | 101010 | 10001000 | 1011011 | 11110 |
Color Harmonies of #07932C
Complementary color
Monochromatic Colors of #07932C
Black with #07932C
Text Example
Text Example
White with #07932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07932C; }
p { color: rgb(7,147,44); }
H1.HeaderClassName
{
color: #07932C;
}
.AnyTagClassName
{
color: #07932C;
}
</style>
background-color css
<style>
a { background-color: #07932C; }
a { background-color: rgb(7,147,44); }
div.DivClassName
{
background-color: #07932C;
}
.BgClassName
{
background-color: #07932C;
}
</style>
border-color css
<style>
span { border-color: #07932C; }
span { border-color: rgb(7,147,44); }
td.TdClassName
{
border-color: #07932C;
}
.TagClassName
{
border-color: #07932C;
}
</style>