Shades of Forest Green #11932A
Tints of Forest Green #11932A
RGB
CMYK
RGB Variations
Color information
#11932A (or 0x11932A) is known color: Forest Green. HEX triplet: 11, 93 and 2A. RGB value is (17,147,42). Sum of RGB (Red+Green+Blue) = 17+147+42=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #11932A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11932A is #EE6CD5. Grayscale: #606060. Windows color (decimal): -15625430 or 2790161. OLE color: 2790161.
HSL color Cylindrical-coordinate representation of color #11932A: hue angle of 131.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11932A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 42 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.42 |
| HSL | 131.54º | 0.79% | 0.32% | - |
| HSV(B) | 131.54º | 0.88% | 0.58% | - |
| XYZ | 11.08 | 21.15 | 5.69 | - |
| YUV | 96.16 | 97.43 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 42 | 0.88 | 0 | 0.71 | 0.42 | 131.54 | 0.79 | 0.32 |
| Hex | 11 | 93 | 2A | 58 | 0 | 47 | 2A | 84 | 4F | 20 |
| Octal | 21 | 223 | 52 | 130 | 0 | 107 | 52 | 204 | 117 | 40 |
| Binary | 10001 | 10010011 | 101010 | 1011000 | 0 | 1000111 | 101010 | 10000100 | 1001111 | 100000 |
Color Harmonies of #11932A
Complementary color
Monochromatic Colors of #11932A
Black with #11932A
Text Example
Text Example
White with #11932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11932A; }
p { color: rgb(17,147,42); }
H1.HeaderClassName
{
color: #11932A;
}
.AnyTagClassName
{
color: #11932A;
}
</style>
background-color css
<style>
a { background-color: #11932A; }
a { background-color: rgb(17,147,42); }
div.DivClassName
{
background-color: #11932A;
}
.BgClassName
{
background-color: #11932A;
}
</style>
border-color css
<style>
span { border-color: #11932A; }
span { border-color: rgb(17,147,42); }
td.TdClassName
{
border-color: #11932A;
}
.TagClassName
{
border-color: #11932A;
}
</style>