Shades of Forest Green #11A31F
Tints of Forest Green #11A31F
RGB
CMYK
RGB Variations
Color information
#11A31F (or 0x11A31F) is known color: Forest Green. HEX triplet: 11, A3 and 1F. RGB value is (17,163,31). Sum of RGB (Red+Green+Blue) = 17+163+31=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #11A31F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A31F is #EE5CE0. Grayscale: #686868. Windows color (decimal): -15621345 or 2073361. OLE color: 2073361.
HSL color Cylindrical-coordinate representation of color #11A31F: hue angle of 125.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A31F is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 31 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.36 |
| HSL | 125.75º | 0.81% | 0.35% | - |
| HSV(B) | 125.75º | 0.9% | 0.64% | - |
| XYZ | 13.58 | 26.41 | 5.68 | - |
| YUV | 104.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 31 | 0.90 | 0 | 0.81 | 0.36 | 125.75 | 0.81 | 0.35 |
| Hex | 11 | A3 | 1F | 5A | 0 | 51 | 24 | 7E | 51 | 23 |
| Octal | 21 | 243 | 37 | 132 | 0 | 121 | 44 | 176 | 121 | 43 |
| Binary | 10001 | 10100011 | 11111 | 1011010 | 0 | 1010001 | 100100 | 1111110 | 1010001 | 100011 |
Color Harmonies of #11A31F
Complementary color
Monochromatic Colors of #11A31F
Black with #11A31F
Text Example
Text Example
White with #11A31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A31F; }
p { color: rgb(17,163,31); }
H1.HeaderClassName
{
color: #11A31F;
}
.AnyTagClassName
{
color: #11A31F;
}
</style>
background-color css
<style>
a { background-color: #11A31F; }
a { background-color: rgb(17,163,31); }
div.DivClassName
{
background-color: #11A31F;
}
.BgClassName
{
background-color: #11A31F;
}
</style>
border-color css
<style>
span { border-color: #11A31F; }
span { border-color: rgb(17,163,31); }
td.TdClassName
{
border-color: #11A31F;
}
.TagClassName
{
border-color: #11A31F;
}
</style>