Shades of Forest Green #07962C
Tints of Forest Green #07962C
RGB
CMYK
RGB Variations
Color information
#07962C (or 0x07962C) is known color: Forest Green. HEX triplet: 07, 96 and 2C. RGB value is (7,150,44). Sum of RGB (Red+Green+Blue) = 7+150+44=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #07962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07962C is #F869D3. Grayscale: #5F5F5F. Windows color (decimal): -16280020 or 2921991. OLE color: 2921991.
HSL color Cylindrical-coordinate representation of color #07962C: hue angle of 135.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07962C is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 44 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.41 |
| HSL | 135.52º | 0.91% | 0.31% | - |
| HSV(B) | 135.52º | 0.95% | 0.59% | - |
| XYZ | 11.45 | 22.04 | 6.03 | - |
| YUV | 95.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 44 | 0.95 | 0 | 0.71 | 0.41 | 135.52 | 0.91 | 0.31 |
| Hex | 7 | 96 | 2C | 5F | 0 | 47 | 29 | 88 | 5B | 1F |
| Octal | 7 | 226 | 54 | 137 | 0 | 107 | 51 | 210 | 133 | 37 |
| Binary | 111 | 10010110 | 101100 | 1011111 | 0 | 1000111 | 101001 | 10001000 | 1011011 | 11111 |
Color Harmonies of #07962C
Complementary color
Monochromatic Colors of #07962C
Black with #07962C
Text Example
Text Example
White with #07962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07962C; }
p { color: rgb(7,150,44); }
H1.HeaderClassName
{
color: #07962C;
}
.AnyTagClassName
{
color: #07962C;
}
</style>
background-color css
<style>
a { background-color: #07962C; }
a { background-color: rgb(7,150,44); }
div.DivClassName
{
background-color: #07962C;
}
.BgClassName
{
background-color: #07962C;
}
</style>
border-color css
<style>
span { border-color: #07962C; }
span { border-color: rgb(7,150,44); }
td.TdClassName
{
border-color: #07962C;
}
.TagClassName
{
border-color: #07962C;
}
</style>