Shades of Forest Green #07882C
Tints of Forest Green #07882C
RGB
CMYK
RGB Variations
Color information
#07882C (or 0x07882C) is known color: Forest Green. HEX triplet: 07, 88 and 2C. RGB value is (7,136,44). Sum of RGB (Red+Green+Blue) = 7+136+44=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #07882C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07882C is #F877D3. Grayscale: #575757. Windows color (decimal): -16283604 or 2918407. OLE color: 2918407.
HSL color Cylindrical-coordinate representation of color #07882C: hue angle of 137.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07882C is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 44 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.47 |
| HSL | 137.21º | 0.9% | 0.28% | - |
| HSV(B) | 137.21º | 0.95% | 0.53% | - |
| XYZ | 9.35 | 17.84 | 5.33 | - |
| YUV | 86.94 | 103.76 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 44 | 0.95 | 0 | 0.68 | 0.47 | 137.21 | 0.9 | 0.28 |
| Hex | 7 | 88 | 2C | 5F | 0 | 44 | 2F | 89 | 5A | 1C |
| Octal | 7 | 210 | 54 | 137 | 0 | 104 | 57 | 211 | 132 | 34 |
| Binary | 111 | 10001000 | 101100 | 1011111 | 0 | 1000100 | 101111 | 10001001 | 1011010 | 11100 |
Color Harmonies of #07882C
Complementary color
Monochromatic Colors of #07882C
Black with #07882C
Text Example
Text Example
White with #07882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07882C; }
p { color: rgb(7,136,44); }
H1.HeaderClassName
{
color: #07882C;
}
.AnyTagClassName
{
color: #07882C;
}
</style>
background-color css
<style>
a { background-color: #07882C; }
a { background-color: rgb(7,136,44); }
div.DivClassName
{
background-color: #07882C;
}
.BgClassName
{
background-color: #07882C;
}
</style>
border-color css
<style>
span { border-color: #07882C; }
span { border-color: rgb(7,136,44); }
td.TdClassName
{
border-color: #07882C;
}
.TagClassName
{
border-color: #07882C;
}
</style>