Shades of Forest Green #07872B
Tints of Forest Green #07872B
RGB
CMYK
RGB Variations
Color information
#07872B (or 0x07872B) is known color: Forest Green. HEX triplet: 07, 87 and 2B. RGB value is (7,135,43). Sum of RGB (Red+Green+Blue) = 7+135+43=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #07872B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07872B is #F878D4. Grayscale: #565656. Windows color (decimal): -16283861 or 2852615. OLE color: 2852615.
HSL color Cylindrical-coordinate representation of color #07872B: hue angle of 136.88º 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 #07872B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 43 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.47 |
| HSL | 136.88º | 0.9% | 0.28% | - |
| HSV(B) | 136.88º | 0.95% | 0.53% | - |
| XYZ | 9.19 | 17.55 | 5.19 | - |
| YUV | 86.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 43 | 0.95 | 0 | 0.68 | 0.47 | 136.88 | 0.9 | 0.28 |
| Hex | 7 | 87 | 2B | 5F | 0 | 44 | 2F | 89 | 5A | 1C |
| Octal | 7 | 207 | 53 | 137 | 0 | 104 | 57 | 211 | 132 | 34 |
| Binary | 111 | 10000111 | 101011 | 1011111 | 0 | 1000100 | 101111 | 10001001 | 1011010 | 11100 |
Color Harmonies of #07872B
Complementary color
Monochromatic Colors of #07872B
Black with #07872B
Text Example
Text Example
White with #07872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07872B; }
p { color: rgb(7,135,43); }
H1.HeaderClassName
{
color: #07872B;
}
.AnyTagClassName
{
color: #07872B;
}
</style>
background-color css
<style>
a { background-color: #07872B; }
a { background-color: rgb(7,135,43); }
div.DivClassName
{
background-color: #07872B;
}
.BgClassName
{
background-color: #07872B;
}
</style>
border-color css
<style>
span { border-color: #07872B; }
span { border-color: rgb(7,135,43); }
td.TdClassName
{
border-color: #07872B;
}
.TagClassName
{
border-color: #07872B;
}
</style>