Shades of Forest Green #11821D
Tints of Forest Green #11821D
RGB
CMYK
RGB Variations
Color information
#11821D (or 0x11821D) is known color: Forest Green. HEX triplet: 11, 82 and 1D. RGB value is (17,130,29). Sum of RGB (Red+Green+Blue) = 17+130+29=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #11821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11821D is #EE7DE2. Grayscale: #545454. Windows color (decimal): -15629795 or 1933841. OLE color: 1933841.
HSL color Cylindrical-coordinate representation of color #11821D: hue angle of 126.37º 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 #11821D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 29 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.49 |
| HSL | 126.37º | 0.77% | 0.29% | - |
| HSV(B) | 126.37º | 0.87% | 0.51% | - |
| XYZ | 8.44 | 16.17 | 3.84 | - |
| YUV | 84.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 29 | 0.87 | 0 | 0.78 | 0.49 | 126.37 | 0.77 | 0.29 |
| Hex | 11 | 82 | 1D | 57 | 0 | 4E | 31 | 7E | 4D | 1D |
| Octal | 21 | 202 | 35 | 127 | 0 | 116 | 61 | 176 | 115 | 35 |
| Binary | 10001 | 10000010 | 11101 | 1010111 | 0 | 1001110 | 110001 | 1111110 | 1001101 | 11101 |
Color Harmonies of #11821D
Complementary color
Monochromatic Colors of #11821D
Black with #11821D
Text Example
Text Example
White with #11821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11821D; }
p { color: rgb(17,130,29); }
H1.HeaderClassName
{
color: #11821D;
}
.AnyTagClassName
{
color: #11821D;
}
</style>
background-color css
<style>
a { background-color: #11821D; }
a { background-color: rgb(17,130,29); }
div.DivClassName
{
background-color: #11821D;
}
.BgClassName
{
background-color: #11821D;
}
</style>
border-color css
<style>
span { border-color: #11821D; }
span { border-color: rgb(17,130,29); }
td.TdClassName
{
border-color: #11821D;
}
.TagClassName
{
border-color: #11821D;
}
</style>