Shades of Forest Green #07881D
Tints of Forest Green #07881D
RGB
CMYK
RGB Variations
Color information
#07881D (or 0x07881D) is known color: Forest Green. HEX triplet: 07, 88 and 1D. RGB value is (7,136,29). Sum of RGB (Red+Green+Blue) = 7+136+29=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 136 (53.52% from 255 or 79.07% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 136 - color contains mainly: green. Hex color #07881D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07881D is #F877E2. Grayscale: #555555. Windows color (decimal): -16283619 or 1935367. OLE color: 1935367.
HSL color Cylindrical-coordinate representation of color #07881D: hue angle of 130.23º 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 #07881D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 29 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.47 |
| HSL | 130.23º | 0.9% | 0.28% | - |
| HSV(B) | 130.23º | 0.95% | 0.53% | - |
| XYZ | 9.11 | 17.74 | 4.11 | - |
| YUV | 85.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 29 | 0.95 | 0 | 0.79 | 0.47 | 130.23 | 0.9 | 0.28 |
| Hex | 7 | 88 | 1D | 5F | 0 | 4F | 2F | 82 | 5A | 1C |
| Octal | 7 | 210 | 35 | 137 | 0 | 117 | 57 | 202 | 132 | 34 |
| Binary | 111 | 10001000 | 11101 | 1011111 | 0 | 1001111 | 101111 | 10000010 | 1011010 | 11100 |
Color Harmonies of #07881D
Complementary color
Monochromatic Colors of #07881D
Black with #07881D
Text Example
Text Example
White with #07881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07881D; }
p { color: rgb(7,136,29); }
H1.HeaderClassName
{
color: #07881D;
}
.AnyTagClassName
{
color: #07881D;
}
</style>
background-color css
<style>
a { background-color: #07881D; }
a { background-color: rgb(7,136,29); }
div.DivClassName
{
background-color: #07881D;
}
.BgClassName
{
background-color: #07881D;
}
</style>
border-color css
<style>
span { border-color: #07881D; }
span { border-color: rgb(7,136,29); }
td.TdClassName
{
border-color: #07881D;
}
.TagClassName
{
border-color: #07881D;
}
</style>