Shades of Forest Green #10701B
Tints of Forest Green #10701B
RGB
CMYK
RGB Variations
Color information
#10701B (or 0x10701B) is known color: Forest Green. HEX triplet: 10, 70 and 1B. RGB value is (16,112,27). Sum of RGB (Red+Green+Blue) = 16+112+27=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #10701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10701B is #EF8FE4. Grayscale: #494949. Windows color (decimal): -15699941 or 1798160. OLE color: 1798160.
HSL color Cylindrical-coordinate representation of color #10701B: hue angle of 126.87º 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 #10701B is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 27 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.56 |
| HSL | 126.88º | 0.75% | 0.25% | - |
| HSV(B) | 126.88º | 0.86% | 0.44% | - |
| XYZ | 6.21 | 11.78 | 2.98 | - |
| YUV | 73.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 27 | 0.86 | 0 | 0.76 | 0.56 | 126.88 | 0.75 | 0.25 |
| Hex | 10 | 70 | 1B | 56 | 0 | 4C | 38 | 7F | 4B | 19 |
| Octal | 20 | 160 | 33 | 126 | 0 | 114 | 70 | 177 | 113 | 31 |
| Binary | 10000 | 1110000 | 11011 | 1010110 | 0 | 1001100 | 111000 | 1111111 | 1001011 | 11001 |
Color Harmonies of #10701B
Complementary color
Monochromatic Colors of #10701B
Black with #10701B
Text Example
Text Example
White with #10701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10701B; }
p { color: rgb(16,112,27); }
H1.HeaderClassName
{
color: #10701B;
}
.AnyTagClassName
{
color: #10701B;
}
</style>
background-color css
<style>
a { background-color: #10701B; }
a { background-color: rgb(16,112,27); }
div.DivClassName
{
background-color: #10701B;
}
.BgClassName
{
background-color: #10701B;
}
</style>
border-color css
<style>
span { border-color: #10701B; }
span { border-color: rgb(16,112,27); }
td.TdClassName
{
border-color: #10701B;
}
.TagClassName
{
border-color: #10701B;
}
</style>