Shades of Forest Green #07992A
Tints of Forest Green #07992A
RGB
CMYK
RGB Variations
Color information
#07992A (or 0x07992A) is known color: Forest Green. HEX triplet: 07, 99 and 2A. RGB value is (7,153,42). Sum of RGB (Red+Green+Blue) = 7+153+42=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 153 (60.16% from 255 or 75.74% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 153 - color contains mainly: green. Hex color #07992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07992A is #F866D5. Grayscale: #606060. Windows color (decimal): -16279254 or 2791687. OLE color: 2791687.
HSL color Cylindrical-coordinate representation of color #07992A: hue angle of 134.38º 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 #07992A is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 42 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.4 |
| HSL | 134.38º | 0.91% | 0.31% | - |
| HSV(B) | 134.38º | 0.95% | 0.6% | - |
| XYZ | 11.9 | 22.99 | 6 | - |
| YUV | 96.69 | 97.13 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 42 | 0.95 | 0 | 0.73 | 0.4 | 134.38 | 0.91 | 0.31 |
| Hex | 7 | 99 | 2A | 5F | 0 | 49 | 28 | 86 | 5B | 1F |
| Octal | 7 | 231 | 52 | 137 | 0 | 111 | 50 | 206 | 133 | 37 |
| Binary | 111 | 10011001 | 101010 | 1011111 | 0 | 1001001 | 101000 | 10000110 | 1011011 | 11111 |
Color Harmonies of #07992A
Complementary color
Monochromatic Colors of #07992A
Black with #07992A
Text Example
Text Example
White with #07992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07992A; }
p { color: rgb(7,153,42); }
H1.HeaderClassName
{
color: #07992A;
}
.AnyTagClassName
{
color: #07992A;
}
</style>
background-color css
<style>
a { background-color: #07992A; }
a { background-color: rgb(7,153,42); }
div.DivClassName
{
background-color: #07992A;
}
.BgClassName
{
background-color: #07992A;
}
</style>
border-color css
<style>
span { border-color: #07992A; }
span { border-color: rgb(7,153,42); }
td.TdClassName
{
border-color: #07992A;
}
.TagClassName
{
border-color: #07992A;
}
</style>