Shades of Forest Green #11821A
Tints of Forest Green #11821A
RGB
CMYK
RGB Variations
Color information
#11821A (or 0x11821A) is known color: Forest Green. HEX triplet: 11, 82 and 1A. RGB value is (17,130,26). Sum of RGB (Red+Green+Blue) = 17+130+26=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #11821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11821A is #EE7DE5. Grayscale: #545454. Windows color (decimal): -15629798 or 1737233. OLE color: 1737233.
HSL color Cylindrical-coordinate representation of color #11821A: hue angle of 124.78º 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 #11821A is Cyan = 0.87, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 26 | - |
| CMYK | 0.87 | 0 | 0.8 | 0.49 |
| HSL | 124.78º | 0.77% | 0.29% | - |
| HSV(B) | 124.78º | 0.87% | 0.51% | - |
| XYZ | 8.4 | 16.16 | 3.65 | - |
| YUV | 84.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 26 | 0.87 | 0 | 0.8 | 0.49 | 124.78 | 0.77 | 0.29 |
| Hex | 11 | 82 | 1A | 57 | 0 | 50 | 31 | 7D | 4D | 1D |
| Octal | 21 | 202 | 32 | 127 | 0 | 120 | 61 | 175 | 115 | 35 |
| Binary | 10001 | 10000010 | 11010 | 1010111 | 0 | 1010000 | 110001 | 1111101 | 1001101 | 11101 |
Color Harmonies of #11821A
Complementary color
Monochromatic Colors of #11821A
Black with #11821A
Text Example
Text Example
White with #11821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11821A; }
p { color: rgb(17,130,26); }
H1.HeaderClassName
{
color: #11821A;
}
.AnyTagClassName
{
color: #11821A;
}
</style>
background-color css
<style>
a { background-color: #11821A; }
a { background-color: rgb(17,130,26); }
div.DivClassName
{
background-color: #11821A;
}
.BgClassName
{
background-color: #11821A;
}
</style>
border-color css
<style>
span { border-color: #11821A; }
span { border-color: rgb(17,130,26); }
td.TdClassName
{
border-color: #11821A;
}
.TagClassName
{
border-color: #11821A;
}
</style>