Shades of Forest Green #10861D
Tints of Forest Green #10861D
RGB
CMYK
RGB Variations
Color information
#10861D (or 0x10861D) is known color: Forest Green. HEX triplet: 10, 86 and 1D. RGB value is (16,134,29). Sum of RGB (Red+Green+Blue) = 16+134+29=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 134 (52.73% from 255 or 74.86% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 134 - color contains mainly: green. Hex color #10861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10861D is #EF79E2. Grayscale: #575757. Windows color (decimal): -15694307 or 1934864. OLE color: 1934864.
HSL color Cylindrical-coordinate representation of color #10861D: hue angle of 126.61º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10861D is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 134 | 29 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.47 |
| HSL | 126.61º | 0.79% | 0.29% | - |
| HSV(B) | 126.61º | 0.88% | 0.53% | - |
| XYZ | 8.96 | 17.25 | 4.02 | - |
| YUV | 86.75 | 95.41 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 29 | 0.88 | 0 | 0.78 | 0.47 | 126.61 | 0.79 | 0.29 |
| Hex | 10 | 86 | 1D | 58 | 0 | 4E | 2F | 7F | 4F | 1D |
| Octal | 20 | 206 | 35 | 130 | 0 | 116 | 57 | 177 | 117 | 35 |
| Binary | 10000 | 10000110 | 11101 | 1011000 | 0 | 1001110 | 101111 | 1111111 | 1001111 | 11101 |
Color Harmonies of #10861D
Complementary color
Monochromatic Colors of #10861D
Black with #10861D
Text Example
Text Example
White with #10861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10861D; }
p { color: rgb(16,134,29); }
H1.HeaderClassName
{
color: #10861D;
}
.AnyTagClassName
{
color: #10861D;
}
</style>
background-color css
<style>
a { background-color: #10861D; }
a { background-color: rgb(16,134,29); }
div.DivClassName
{
background-color: #10861D;
}
.BgClassName
{
background-color: #10861D;
}
</style>
border-color css
<style>
span { border-color: #10861D; }
span { border-color: rgb(16,134,29); }
td.TdClassName
{
border-color: #10861D;
}
.TagClassName
{
border-color: #10861D;
}
</style>