Shades of Forest Green #11902C
Tints of Forest Green #11902C
RGB
CMYK
RGB Variations
Color information
#11902C (or 0x11902C) is known color: Forest Green. HEX triplet: 11, 90 and 2C. RGB value is (17,144,44). Sum of RGB (Red+Green+Blue) = 17+144+44=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #11902C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11902C is #EE6FD3. Grayscale: #5E5E5E. Windows color (decimal): -15626196 or 2920465. OLE color: 2920465.
HSL color Cylindrical-coordinate representation of color #11902C: hue angle of 132.76º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11902C is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 44 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.44 |
| HSL | 132.76º | 0.79% | 0.32% | - |
| HSV(B) | 132.76º | 0.88% | 0.56% | - |
| XYZ | 10.66 | 20.25 | 5.73 | - |
| YUV | 94.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 44 | 0.88 | 0 | 0.69 | 0.44 | 132.76 | 0.79 | 0.32 |
| Hex | 11 | 90 | 2C | 58 | 0 | 45 | 2C | 85 | 4F | 20 |
| Octal | 21 | 220 | 54 | 130 | 0 | 105 | 54 | 205 | 117 | 40 |
| Binary | 10001 | 10010000 | 101100 | 1011000 | 0 | 1000101 | 101100 | 10000101 | 1001111 | 100000 |
Color Harmonies of #11902C
Complementary color
Monochromatic Colors of #11902C
Black with #11902C
Text Example
Text Example
White with #11902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11902C; }
p { color: rgb(17,144,44); }
H1.HeaderClassName
{
color: #11902C;
}
.AnyTagClassName
{
color: #11902C;
}
</style>
background-color css
<style>
a { background-color: #11902C; }
a { background-color: rgb(17,144,44); }
div.DivClassName
{
background-color: #11902C;
}
.BgClassName
{
background-color: #11902C;
}
</style>
border-color css
<style>
span { border-color: #11902C; }
span { border-color: rgb(17,144,44); }
td.TdClassName
{
border-color: #11902C;
}
.TagClassName
{
border-color: #11902C;
}
</style>