Shades of Forest Green #11741C
Tints of Forest Green #11741C
RGB
CMYK
RGB Variations
Color information
#11741C (or 0x11741C) is known color: Forest Green. HEX triplet: 11, 74 and 1C. RGB value is (17,116,28). Sum of RGB (Red+Green+Blue) = 17+116+28=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #11741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11741C is #EE8BE3. Grayscale: #4C4C4C. Windows color (decimal): -15633380 or 1864721. OLE color: 1864721.
HSL color Cylindrical-coordinate representation of color #11741C: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11741C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 28 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.55 |
| HSL | 126.67º | 0.74% | 0.26% | - |
| HSV(B) | 126.67º | 0.85% | 0.45% | - |
| XYZ | 6.69 | 12.69 | 3.2 | - |
| YUV | 76.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 28 | 0.85 | 0 | 0.76 | 0.55 | 126.67 | 0.74 | 0.26 |
| Hex | 11 | 74 | 1C | 55 | 0 | 4C | 37 | 7F | 4A | 1A |
| Octal | 21 | 164 | 34 | 125 | 0 | 114 | 67 | 177 | 112 | 32 |
| Binary | 10001 | 1110100 | 11100 | 1010101 | 0 | 1001100 | 110111 | 1111111 | 1001010 | 11010 |
Color Harmonies of #11741C
Complementary color
Monochromatic Colors of #11741C
Black with #11741C
Text Example
Text Example
White with #11741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11741C; }
p { color: rgb(17,116,28); }
H1.HeaderClassName
{
color: #11741C;
}
.AnyTagClassName
{
color: #11741C;
}
</style>
background-color css
<style>
a { background-color: #11741C; }
a { background-color: rgb(17,116,28); }
div.DivClassName
{
background-color: #11741C;
}
.BgClassName
{
background-color: #11741C;
}
</style>
border-color css
<style>
span { border-color: #11741C; }
span { border-color: rgb(17,116,28); }
td.TdClassName
{
border-color: #11741C;
}
.TagClassName
{
border-color: #11741C;
}
</style>