Shades of Forest Green #1B710F
Tints of Forest Green #1B710F
RGB
CMYK
RGB Variations
Color information
#1B710F (or 0x1B710F) is known color: Forest Green. HEX triplet: 1B, 71 and 0F. RGB value is (27,113,15). Sum of RGB (Red+Green+Blue) = 27+113+15=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #1B710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B710F is #E48EF0. Grayscale: #4C4C4C. Windows color (decimal): -14978801 or 1011995. OLE color: 1011995.
HSL color Cylindrical-coordinate representation of color #1B710F: hue angle of 112.65º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B710F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 15 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.56 |
| HSL | 112.65º | 0.77% | 0.25% | - |
| HSV(B) | 112.65º | 0.87% | 0.44% | - |
| XYZ | 6.44 | 12.08 | 2.44 | - |
| YUV | 76.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 15 | 0.76 | 0 | 0.87 | 0.56 | 112.65 | 0.77 | 0.25 |
| Hex | 1B | 71 | F | 4C | 0 | 57 | 38 | 71 | 4D | 19 |
| Octal | 33 | 161 | 17 | 114 | 0 | 127 | 70 | 161 | 115 | 31 |
| Binary | 11011 | 1110001 | 1111 | 1001100 | 0 | 1010111 | 111000 | 1110001 | 1001101 | 11001 |
Color Harmonies of #1B710F
Complementary color
Monochromatic Colors of #1B710F
Black with #1B710F
Text Example
Text Example
White with #1B710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B710F; }
p { color: rgb(27,113,15); }
H1.HeaderClassName
{
color: #1B710F;
}
.AnyTagClassName
{
color: #1B710F;
}
</style>
background-color css
<style>
a { background-color: #1B710F; }
a { background-color: rgb(27,113,15); }
div.DivClassName
{
background-color: #1B710F;
}
.BgClassName
{
background-color: #1B710F;
}
</style>
border-color css
<style>
span { border-color: #1B710F; }
span { border-color: rgb(27,113,15); }
td.TdClassName
{
border-color: #1B710F;
}
.TagClassName
{
border-color: #1B710F;
}
</style>