Shades of Forest Green #06831D
Tints of Forest Green #06831D
RGB
CMYK
RGB Variations
Color information
#06831D (or 0x06831D) is known color: Forest Green. HEX triplet: 06, 83 and 1D. RGB value is (6,131,29). Sum of RGB (Red+Green+Blue) = 6+131+29=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 131 (51.56% from 255 or 78.92% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 131 - color contains mainly: green. Hex color #06831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06831D is #F97CE2. Grayscale: #525252. Windows color (decimal): -16350435 or 1934086. OLE color: 1934086.
HSL color Cylindrical-coordinate representation of color #06831D: hue angle of 131.04º degrees, saturation: 0.91, 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 #06831D is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 29 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.49 |
| HSL | 131.04º | 0.91% | 0.27% | - |
| HSV(B) | 131.04º | 0.95% | 0.51% | - |
| XYZ | 8.41 | 16.36 | 3.88 | - |
| YUV | 82 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 29 | 0.95 | 0 | 0.78 | 0.49 | 131.04 | 0.91 | 0.27 |
| Hex | 6 | 83 | 1D | 5F | 0 | 4E | 31 | 83 | 5B | 1B |
| Octal | 6 | 203 | 35 | 137 | 0 | 116 | 61 | 203 | 133 | 33 |
| Binary | 110 | 10000011 | 11101 | 1011111 | 0 | 1001110 | 110001 | 10000011 | 1011011 | 11011 |
Color Harmonies of #06831D
Complementary color
Monochromatic Colors of #06831D
Black with #06831D
Text Example
Text Example
White with #06831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06831D; }
p { color: rgb(6,131,29); }
H1.HeaderClassName
{
color: #06831D;
}
.AnyTagClassName
{
color: #06831D;
}
</style>
background-color css
<style>
a { background-color: #06831D; }
a { background-color: rgb(6,131,29); }
div.DivClassName
{
background-color: #06831D;
}
.BgClassName
{
background-color: #06831D;
}
</style>
border-color css
<style>
span { border-color: #06831D; }
span { border-color: rgb(6,131,29); }
td.TdClassName
{
border-color: #06831D;
}
.TagClassName
{
border-color: #06831D;
}
</style>