Shades of Forest Green #11731F
Tints of Forest Green #11731F
RGB
CMYK
RGB Variations
Color information
#11731F (or 0x11731F) is known color: Forest Green. HEX triplet: 11, 73 and 1F. RGB value is (17,115,31). Sum of RGB (Red+Green+Blue) = 17+115+31=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #11731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11731F is #EE8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15633633 or 2061073. OLE color: 2061073.
HSL color Cylindrical-coordinate representation of color #11731F: hue angle of 128.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11731F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 31 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.55 |
| HSL | 128.57º | 0.74% | 0.26% | - |
| HSV(B) | 128.57º | 0.85% | 0.45% | - |
| XYZ | 6.61 | 12.48 | 3.36 | - |
| YUV | 76.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 31 | 0.85 | 0 | 0.73 | 0.55 | 128.57 | 0.74 | 0.26 |
| Hex | 11 | 73 | 1F | 55 | 0 | 49 | 37 | 81 | 4A | 1A |
| Octal | 21 | 163 | 37 | 125 | 0 | 111 | 67 | 201 | 112 | 32 |
| Binary | 10001 | 1110011 | 11111 | 1010101 | 0 | 1001001 | 110111 | 10000001 | 1001010 | 11010 |
Color Harmonies of #11731F
Complementary color
Monochromatic Colors of #11731F
Black with #11731F
Text Example
Text Example
White with #11731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11731F; }
p { color: rgb(17,115,31); }
H1.HeaderClassName
{
color: #11731F;
}
.AnyTagClassName
{
color: #11731F;
}
</style>
background-color css
<style>
a { background-color: #11731F; }
a { background-color: rgb(17,115,31); }
div.DivClassName
{
background-color: #11731F;
}
.BgClassName
{
background-color: #11731F;
}
</style>
border-color css
<style>
span { border-color: #11731F; }
span { border-color: rgb(17,115,31); }
td.TdClassName
{
border-color: #11731F;
}
.TagClassName
{
border-color: #11731F;
}
</style>