Shades of Forest Green #11921D
Tints of Forest Green #11921D
RGB
CMYK
RGB Variations
Color information
#11921D (or 0x11921D) is known color: Forest Green. HEX triplet: 11, 92 and 1D. RGB value is (17,146,29). Sum of RGB (Red+Green+Blue) = 17+146+29=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 146 (57.42% from 255 or 76.04% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 146 - color contains mainly: green. Hex color #11921D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11921D is #EE6DE2. Grayscale: #5E5E5E. Windows color (decimal): -15625699 or 1937937. OLE color: 1937937.
HSL color Cylindrical-coordinate representation of color #11921D: hue angle of 125.58º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11921D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 29 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.43 |
| HSL | 125.58º | 0.79% | 0.32% | - |
| HSV(B) | 125.58º | 0.88% | 0.57% | - |
| XYZ | 10.73 | 20.77 | 4.6 | - |
| YUV | 94.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 29 | 0.88 | 0 | 0.80 | 0.43 | 125.58 | 0.79 | 0.32 |
| Hex | 11 | 92 | 1D | 58 | 0 | 50 | 2B | 7E | 4F | 20 |
| Octal | 21 | 222 | 35 | 130 | 0 | 120 | 53 | 176 | 117 | 40 |
| Binary | 10001 | 10010010 | 11101 | 1011000 | 0 | 1010000 | 101011 | 1111110 | 1001111 | 100000 |
Color Harmonies of #11921D
Complementary color
Monochromatic Colors of #11921D
Black with #11921D
Text Example
Text Example
White with #11921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11921D; }
p { color: rgb(17,146,29); }
H1.HeaderClassName
{
color: #11921D;
}
.AnyTagClassName
{
color: #11921D;
}
</style>
background-color css
<style>
a { background-color: #11921D; }
a { background-color: rgb(17,146,29); }
div.DivClassName
{
background-color: #11921D;
}
.BgClassName
{
background-color: #11921D;
}
</style>
border-color css
<style>
span { border-color: #11921D; }
span { border-color: rgb(17,146,29); }
td.TdClassName
{
border-color: #11921D;
}
.TagClassName
{
border-color: #11921D;
}
</style>