Shades of Forest Green #10711D
Tints of Forest Green #10711D
RGB
CMYK
RGB Variations
Color information
#10711D (or 0x10711D) is known color: Forest Green. HEX triplet: 10, 71 and 1D. RGB value is (16,113,29). Sum of RGB (Red+Green+Blue) = 16+113+29=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #10711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10711D is #EF8EE2. Grayscale: #4A4A4A. Windows color (decimal): -15699683 or 1929488. OLE color: 1929488.
HSL color Cylindrical-coordinate representation of color #10711D: hue angle of 128.04º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10711D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 29 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.56 |
| HSL | 128.04º | 0.75% | 0.25% | - |
| HSV(B) | 128.04º | 0.86% | 0.44% | - |
| XYZ | 6.34 | 12.01 | 3.15 | - |
| YUV | 74.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 29 | 0.86 | 0 | 0.74 | 0.56 | 128.04 | 0.75 | 0.25 |
| Hex | 10 | 71 | 1D | 56 | 0 | 4A | 38 | 80 | 4B | 19 |
| Octal | 20 | 161 | 35 | 126 | 0 | 112 | 70 | 200 | 113 | 31 |
| Binary | 10000 | 1110001 | 11101 | 1010110 | 0 | 1001010 | 111000 | 10000000 | 1001011 | 11001 |
Color Harmonies of #10711D
Complementary color
Monochromatic Colors of #10711D
Black with #10711D
Text Example
Text Example
White with #10711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10711D; }
p { color: rgb(16,113,29); }
H1.HeaderClassName
{
color: #10711D;
}
.AnyTagClassName
{
color: #10711D;
}
</style>
background-color css
<style>
a { background-color: #10711D; }
a { background-color: rgb(16,113,29); }
div.DivClassName
{
background-color: #10711D;
}
.BgClassName
{
background-color: #10711D;
}
</style>
border-color css
<style>
span { border-color: #10711D; }
span { border-color: rgb(16,113,29); }
td.TdClassName
{
border-color: #10711D;
}
.TagClassName
{
border-color: #10711D;
}
</style>