Shades of Forest Green #11821E
Tints of Forest Green #11821E
RGB
CMYK
RGB Variations
Color information
#11821E (or 0x11821E) is known color: Forest Green. HEX triplet: 11, 82 and 1E. RGB value is (17,130,30). Sum of RGB (Red+Green+Blue) = 17+130+30=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #11821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11821E is #EE7DE1. Grayscale: #555555. Windows color (decimal): -15629794 or 1999377. OLE color: 1999377.
HSL color Cylindrical-coordinate representation of color #11821E: hue angle of 126.9º 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 #11821E is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 30 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.49 |
| HSL | 126.9º | 0.77% | 0.29% | - |
| HSV(B) | 126.9º | 0.87% | 0.51% | - |
| XYZ | 8.45 | 16.18 | 3.91 | - |
| YUV | 84.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 30 | 0.87 | 0 | 0.77 | 0.49 | 126.9 | 0.77 | 0.29 |
| Hex | 11 | 82 | 1E | 57 | 0 | 4D | 31 | 7F | 4D | 1D |
| Octal | 21 | 202 | 36 | 127 | 0 | 115 | 61 | 177 | 115 | 35 |
| Binary | 10001 | 10000010 | 11110 | 1010111 | 0 | 1001101 | 110001 | 1111111 | 1001101 | 11101 |
Color Harmonies of #11821E
Complementary color
Monochromatic Colors of #11821E
Black with #11821E
Text Example
Text Example
White with #11821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11821E; }
p { color: rgb(17,130,30); }
H1.HeaderClassName
{
color: #11821E;
}
.AnyTagClassName
{
color: #11821E;
}
</style>
background-color css
<style>
a { background-color: #11821E; }
a { background-color: rgb(17,130,30); }
div.DivClassName
{
background-color: #11821E;
}
.BgClassName
{
background-color: #11821E;
}
</style>
border-color css
<style>
span { border-color: #11821E; }
span { border-color: rgb(17,130,30); }
td.TdClassName
{
border-color: #11821E;
}
.TagClassName
{
border-color: #11821E;
}
</style>