Shades of Forest Green #07982C
Tints of Forest Green #07982C
RGB
CMYK
RGB Variations
Color information
#07982C (or 0x07982C) is known color: Forest Green. HEX triplet: 07, 98 and 2C. RGB value is (7,152,44). Sum of RGB (Red+Green+Blue) = 7+152+44=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 152 (59.77% from 255 or 74.88% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 152 - color contains mainly: green. Hex color #07982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07982C is #F867D3. Grayscale: #606060. Windows color (decimal): -16279508 or 2922503. OLE color: 2922503.
HSL color Cylindrical-coordinate representation of color #07982C: hue angle of 135.31º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07982C is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 44 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.40 |
| HSL | 135.31º | 0.91% | 0.31% | - |
| HSV(B) | 135.31º | 0.95% | 0.6% | - |
| XYZ | 11.77 | 22.68 | 6.14 | - |
| YUV | 96.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 44 | 0.95 | 0 | 0.71 | 0.40 | 135.31 | 0.91 | 0.31 |
| Hex | 7 | 98 | 2C | 5F | 0 | 47 | 28 | 87 | 5B | 1F |
| Octal | 7 | 230 | 54 | 137 | 0 | 107 | 50 | 207 | 133 | 37 |
| Binary | 111 | 10011000 | 101100 | 1011111 | 0 | 1000111 | 101000 | 10000111 | 1011011 | 11111 |
Color Harmonies of #07982C
Complementary color
Monochromatic Colors of #07982C
Black with #07982C
Text Example
Text Example
White with #07982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07982C; }
p { color: rgb(7,152,44); }
H1.HeaderClassName
{
color: #07982C;
}
.AnyTagClassName
{
color: #07982C;
}
</style>
background-color css
<style>
a { background-color: #07982C; }
a { background-color: rgb(7,152,44); }
div.DivClassName
{
background-color: #07982C;
}
.BgClassName
{
background-color: #07982C;
}
</style>
border-color css
<style>
span { border-color: #07982C; }
span { border-color: rgb(7,152,44); }
td.TdClassName
{
border-color: #07982C;
}
.TagClassName
{
border-color: #07982C;
}
</style>