Shades of Forest Green #07841C
Tints of Forest Green #07841C
RGB
CMYK
RGB Variations
Color information
#07841C (or 0x07841C) is known color: Forest Green. HEX triplet: 07, 84 and 1C. RGB value is (7,132,28). Sum of RGB (Red+Green+Blue) = 7+132+28=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 132 (51.95% from 255 or 79.04% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 132 - color contains mainly: green. Hex color #07841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07841C is #F87BE3. Grayscale: #535353. Windows color (decimal): -16284644 or 1868807. OLE color: 1868807.
HSL color Cylindrical-coordinate representation of color #07841C: hue angle of 130.08º 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 #07841C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 28 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.48 |
| HSL | 130.08º | 0.9% | 0.27% | - |
| HSV(B) | 130.08º | 0.95% | 0.52% | - |
| XYZ | 8.55 | 16.63 | 3.86 | - |
| YUV | 82.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 28 | 0.95 | 0 | 0.79 | 0.48 | 130.08 | 0.9 | 0.27 |
| Hex | 7 | 84 | 1C | 5F | 0 | 4F | 30 | 82 | 5A | 1B |
| Octal | 7 | 204 | 34 | 137 | 0 | 117 | 60 | 202 | 132 | 33 |
| Binary | 111 | 10000100 | 11100 | 1011111 | 0 | 1001111 | 110000 | 10000010 | 1011010 | 11011 |
Color Harmonies of #07841C
Complementary color
Monochromatic Colors of #07841C
Black with #07841C
Text Example
Text Example
White with #07841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07841C; }
p { color: rgb(7,132,28); }
H1.HeaderClassName
{
color: #07841C;
}
.AnyTagClassName
{
color: #07841C;
}
</style>
background-color css
<style>
a { background-color: #07841C; }
a { background-color: rgb(7,132,28); }
div.DivClassName
{
background-color: #07841C;
}
.BgClassName
{
background-color: #07841C;
}
</style>
border-color css
<style>
span { border-color: #07841C; }
span { border-color: rgb(7,132,28); }
td.TdClassName
{
border-color: #07841C;
}
.TagClassName
{
border-color: #07841C;
}
</style>