Shades of Forest Green #07831C
Tints of Forest Green #07831C
RGB
CMYK
RGB Variations
Color information
#07831C (or 0x07831C) is known color: Forest Green. HEX triplet: 07, 83 and 1C. RGB value is (7,131,28). Sum of RGB (Red+Green+Blue) = 7+131+28=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 131 (51.56% from 255 or 78.92% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 131 - color contains mainly: green. Hex color #07831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07831C is #F87CE3. Grayscale: #525252. Windows color (decimal): -16284900 or 1868551. OLE color: 1868551.
HSL color Cylindrical-coordinate representation of color #07831C: hue angle of 130.16º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07831C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 28 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.49 |
| HSL | 130.16º | 0.9% | 0.27% | - |
| HSV(B) | 130.16º | 0.95% | 0.51% | - |
| XYZ | 8.41 | 16.36 | 3.81 | - |
| YUV | 82.18 | 97.42 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 28 | 0.95 | 0 | 0.79 | 0.49 | 130.16 | 0.9 | 0.27 |
| Hex | 7 | 83 | 1C | 5F | 0 | 4F | 31 | 82 | 5A | 1B |
| Octal | 7 | 203 | 34 | 137 | 0 | 117 | 61 | 202 | 132 | 33 |
| Binary | 111 | 10000011 | 11100 | 1011111 | 0 | 1001111 | 110001 | 10000010 | 1011010 | 11011 |
Color Harmonies of #07831C
Complementary color
Monochromatic Colors of #07831C
Black with #07831C
Text Example
Text Example
White with #07831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07831C; }
p { color: rgb(7,131,28); }
H1.HeaderClassName
{
color: #07831C;
}
.AnyTagClassName
{
color: #07831C;
}
</style>
background-color css
<style>
a { background-color: #07831C; }
a { background-color: rgb(7,131,28); }
div.DivClassName
{
background-color: #07831C;
}
.BgClassName
{
background-color: #07831C;
}
</style>
border-color css
<style>
span { border-color: #07831C; }
span { border-color: rgb(7,131,28); }
td.TdClassName
{
border-color: #07831C;
}
.TagClassName
{
border-color: #07831C;
}
</style>