Shades of Forest Green #07872D
Tints of Forest Green #07872D
RGB
CMYK
RGB Variations
Color information
#07872D (or 0x07872D) is known color: Forest Green. HEX triplet: 07, 87 and 2D. RGB value is (7,135,45). Sum of RGB (Red+Green+Blue) = 7+135+45=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #07872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07872D is #F878D2. Grayscale: #565656. Windows color (decimal): -16283859 or 2983687. OLE color: 2983687.
HSL color Cylindrical-coordinate representation of color #07872D: hue angle of 137.81º 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 #07872D is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 45 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.47 |
| HSL | 137.81º | 0.9% | 0.28% | - |
| HSV(B) | 137.81º | 0.95% | 0.53% | - |
| XYZ | 9.23 | 17.56 | 5.39 | - |
| YUV | 86.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 45 | 0.95 | 0 | 0.67 | 0.47 | 137.81 | 0.9 | 0.28 |
| Hex | 7 | 87 | 2D | 5F | 0 | 43 | 2F | 8A | 5A | 1C |
| Octal | 7 | 207 | 55 | 137 | 0 | 103 | 57 | 212 | 132 | 34 |
| Binary | 111 | 10000111 | 101101 | 1011111 | 0 | 1000011 | 101111 | 10001010 | 1011010 | 11100 |
Color Harmonies of #07872D
Complementary color
Monochromatic Colors of #07872D
Black with #07872D
Text Example
Text Example
White with #07872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07872D; }
p { color: rgb(7,135,45); }
H1.HeaderClassName
{
color: #07872D;
}
.AnyTagClassName
{
color: #07872D;
}
</style>
background-color css
<style>
a { background-color: #07872D; }
a { background-color: rgb(7,135,45); }
div.DivClassName
{
background-color: #07872D;
}
.BgClassName
{
background-color: #07872D;
}
</style>
border-color css
<style>
span { border-color: #07872D; }
span { border-color: rgb(7,135,45); }
td.TdClassName
{
border-color: #07872D;
}
.TagClassName
{
border-color: #07872D;
}
</style>