Shades of Forest Green #07842B
Tints of Forest Green #07842B
RGB
CMYK
RGB Variations
Color information
#07842B (or 0x07842B) is known color: Forest Green. HEX triplet: 07, 84 and 2B. RGB value is (7,132,43). Sum of RGB (Red+Green+Blue) = 7+132+43=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #07842B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07842B is #F87BD4. Grayscale: #545454. Windows color (decimal): -16284629 or 2851847. OLE color: 2851847.
HSL color Cylindrical-coordinate representation of color #07842B: hue angle of 137.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07842B is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 43 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.48 |
| HSL | 137.28º | 0.9% | 0.27% | - |
| HSV(B) | 137.28º | 0.95% | 0.52% | - |
| XYZ | 8.77 | 16.72 | 5.05 | - |
| YUV | 84.48 | 104.59 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 43 | 0.95 | 0 | 0.67 | 0.48 | 137.28 | 0.9 | 0.27 |
| Hex | 7 | 84 | 2B | 5F | 0 | 43 | 30 | 89 | 5A | 1B |
| Octal | 7 | 204 | 53 | 137 | 0 | 103 | 60 | 211 | 132 | 33 |
| Binary | 111 | 10000100 | 101011 | 1011111 | 0 | 1000011 | 110000 | 10001001 | 1011010 | 11011 |
Color Harmonies of #07842B
Complementary color
Monochromatic Colors of #07842B
Black with #07842B
Text Example
Text Example
White with #07842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07842B; }
p { color: rgb(7,132,43); }
H1.HeaderClassName
{
color: #07842B;
}
.AnyTagClassName
{
color: #07842B;
}
</style>
background-color css
<style>
a { background-color: #07842B; }
a { background-color: rgb(7,132,43); }
div.DivClassName
{
background-color: #07842B;
}
.BgClassName
{
background-color: #07842B;
}
</style>
border-color css
<style>
span { border-color: #07842B; }
span { border-color: rgb(7,132,43); }
td.TdClassName
{
border-color: #07842B;
}
.TagClassName
{
border-color: #07842B;
}
</style>