Shades of Forest Green #11821F
Tints of Forest Green #11821F
RGB
CMYK
RGB Variations
Color information
#11821F (or 0x11821F) is known color: Forest Green. HEX triplet: 11, 82 and 1F. RGB value is (17,130,31). Sum of RGB (Red+Green+Blue) = 17+130+31=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #11821F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11821F is #EE7DE0. Grayscale: #555555. Windows color (decimal): -15629793 or 2064913. OLE color: 2064913.
HSL color Cylindrical-coordinate representation of color #11821F: hue angle of 127.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11821F is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 31 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.49 |
| HSL | 127.43º | 0.77% | 0.29% | - |
| HSV(B) | 127.43º | 0.87% | 0.51% | - |
| XYZ | 8.46 | 16.18 | 3.97 | - |
| YUV | 84.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 31 | 0.87 | 0 | 0.76 | 0.49 | 127.43 | 0.77 | 0.29 |
| Hex | 11 | 82 | 1F | 57 | 0 | 4C | 31 | 7F | 4D | 1D |
| Octal | 21 | 202 | 37 | 127 | 0 | 114 | 61 | 177 | 115 | 35 |
| Binary | 10001 | 10000010 | 11111 | 1010111 | 0 | 1001100 | 110001 | 1111111 | 1001101 | 11101 |
Color Harmonies of #11821F
Complementary color
Monochromatic Colors of #11821F
Black with #11821F
Text Example
Text Example
White with #11821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11821F; }
p { color: rgb(17,130,31); }
H1.HeaderClassName
{
color: #11821F;
}
.AnyTagClassName
{
color: #11821F;
}
</style>
background-color css
<style>
a { background-color: #11821F; }
a { background-color: rgb(17,130,31); }
div.DivClassName
{
background-color: #11821F;
}
.BgClassName
{
background-color: #11821F;
}
</style>
border-color css
<style>
span { border-color: #11821F; }
span { border-color: rgb(17,130,31); }
td.TdClassName
{
border-color: #11821F;
}
.TagClassName
{
border-color: #11821F;
}
</style>