Shades of Forest Green #079B2A
Tints of Forest Green #079B2A
RGB
CMYK
RGB Variations
Color information
#079B2A (or 0x079B2A) is known color: Forest Green. HEX triplet: 07, 9B and 2A. RGB value is (7,155,42). Sum of RGB (Red+Green+Blue) = 7+155+42=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 155 (60.94% from 255 or 75.98% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 155 - color contains mainly: green. Hex color #079B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079B2A is #F864D5. Grayscale: #626262. Windows color (decimal): -16278742 or 2792199. OLE color: 2792199.
HSL color Cylindrical-coordinate representation of color #079B2A: hue angle of 134.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079B2A is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 155 | 42 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.39 |
| HSL | 134.19º | 0.91% | 0.32% | - |
| HSV(B) | 134.19º | 0.95% | 0.61% | - |
| XYZ | 12.23 | 23.66 | 6.11 | - |
| YUV | 97.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 42 | 0.95 | 0 | 0.73 | 0.39 | 134.19 | 0.91 | 0.32 |
| Hex | 7 | 9B | 2A | 5F | 0 | 49 | 27 | 86 | 5B | 20 |
| Octal | 7 | 233 | 52 | 137 | 0 | 111 | 47 | 206 | 133 | 40 |
| Binary | 111 | 10011011 | 101010 | 1011111 | 0 | 1001001 | 100111 | 10000110 | 1011011 | 100000 |
Color Harmonies of #079B2A
Complementary color
Monochromatic Colors of #079B2A
Black with #079B2A
Text Example
Text Example
White with #079B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079B2A; }
p { color: rgb(7,155,42); }
H1.HeaderClassName
{
color: #079B2A;
}
.AnyTagClassName
{
color: #079B2A;
}
</style>
background-color css
<style>
a { background-color: #079B2A; }
a { background-color: rgb(7,155,42); }
div.DivClassName
{
background-color: #079B2A;
}
.BgClassName
{
background-color: #079B2A;
}
</style>
border-color css
<style>
span { border-color: #079B2A; }
span { border-color: rgb(7,155,42); }
td.TdClassName
{
border-color: #079B2A;
}
.TagClassName
{
border-color: #079B2A;
}
</style>