Shades of Forest Green #11821B
Tints of Forest Green #11821B
RGB
CMYK
RGB Variations
Color information
#11821B (or 0x11821B) is known color: Forest Green. HEX triplet: 11, 82 and 1B. RGB value is (17,130,27). Sum of RGB (Red+Green+Blue) = 17+130+27=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #11821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11821B is #EE7DE4. Grayscale: #545454. Windows color (decimal): -15629797 or 1802769. OLE color: 1802769.
HSL color Cylindrical-coordinate representation of color #11821B: hue angle of 125.31º 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 #11821B is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 27 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.49 |
| HSL | 125.31º | 0.77% | 0.29% | - |
| HSV(B) | 125.31º | 0.87% | 0.51% | - |
| XYZ | 8.41 | 16.16 | 3.71 | - |
| YUV | 84.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 27 | 0.87 | 0 | 0.79 | 0.49 | 125.31 | 0.77 | 0.29 |
| Hex | 11 | 82 | 1B | 57 | 0 | 4F | 31 | 7D | 4D | 1D |
| Octal | 21 | 202 | 33 | 127 | 0 | 117 | 61 | 175 | 115 | 35 |
| Binary | 10001 | 10000010 | 11011 | 1010111 | 0 | 1001111 | 110001 | 1111101 | 1001101 | 11101 |
Color Harmonies of #11821B
Complementary color
Monochromatic Colors of #11821B
Black with #11821B
Text Example
Text Example
White with #11821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11821B; }
p { color: rgb(17,130,27); }
H1.HeaderClassName
{
color: #11821B;
}
.AnyTagClassName
{
color: #11821B;
}
</style>
background-color css
<style>
a { background-color: #11821B; }
a { background-color: rgb(17,130,27); }
div.DivClassName
{
background-color: #11821B;
}
.BgClassName
{
background-color: #11821B;
}
</style>
border-color css
<style>
span { border-color: #11821B; }
span { border-color: rgb(17,130,27); }
td.TdClassName
{
border-color: #11821B;
}
.TagClassName
{
border-color: #11821B;
}
</style>