Shades of Forest Green #11902F
Tints of Forest Green #11902F
RGB
CMYK
RGB Variations
Color information
#11902F (or 0x11902F) is known color: Forest Green. HEX triplet: 11, 90 and 2F. RGB value is (17,144,47). Sum of RGB (Red+Green+Blue) = 17+144+47=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 144 (56.64% from 255 or 69.23% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 144 - color contains mainly: green. Hex color #11902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11902F is #EE6FD0. Grayscale: #5F5F5F. Windows color (decimal): -15626193 or 3117073. OLE color: 3117073.
HSL color Cylindrical-coordinate representation of color #11902F: hue angle of 134.17º 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 #11902F is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 47 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.44 |
| HSL | 134.17º | 0.79% | 0.32% | - |
| HSV(B) | 134.17º | 0.88% | 0.56% | - |
| XYZ | 10.72 | 20.27 | 6.04 | - |
| YUV | 94.97 | 100.92 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 47 | 0.88 | 0 | 0.67 | 0.44 | 134.17 | 0.79 | 0.32 |
| Hex | 11 | 90 | 2F | 58 | 0 | 43 | 2C | 86 | 4F | 20 |
| Octal | 21 | 220 | 57 | 130 | 0 | 103 | 54 | 206 | 117 | 40 |
| Binary | 10001 | 10010000 | 101111 | 1011000 | 0 | 1000011 | 101100 | 10000110 | 1001111 | 100000 |
Color Harmonies of #11902F
Complementary color
Monochromatic Colors of #11902F
Black with #11902F
Text Example
Text Example
White with #11902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11902F; }
p { color: rgb(17,144,47); }
H1.HeaderClassName
{
color: #11902F;
}
.AnyTagClassName
{
color: #11902F;
}
</style>
background-color css
<style>
a { background-color: #11902F; }
a { background-color: rgb(17,144,47); }
div.DivClassName
{
background-color: #11902F;
}
.BgClassName
{
background-color: #11902F;
}
</style>
border-color css
<style>
span { border-color: #11902F; }
span { border-color: rgb(17,144,47); }
td.TdClassName
{
border-color: #11902F;
}
.TagClassName
{
border-color: #11902F;
}
</style>