Shades of Forest Green #11A41C
Tints of Forest Green #11A41C
RGB
CMYK
RGB Variations
Color information
#11A41C (or 0x11A41C) is known color: Forest Green. HEX triplet: 11, A4 and 1C. RGB value is (17,164,28). Sum of RGB (Red+Green+Blue) = 17+164+28=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #11A41C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A41C is #EE5BE3. Grayscale: #686868. Windows color (decimal): -15621092 or 1877009. OLE color: 1877009.
HSL color Cylindrical-coordinate representation of color #11A41C: hue angle of 124.49º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A41C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 164 | 28 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.36 |
| HSL | 124.49º | 0.81% | 0.35% | - |
| HSV(B) | 124.49º | 0.9% | 0.64% | - |
| XYZ | 13.72 | 26.75 | 5.54 | - |
| YUV | 104.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 164 | 28 | 0.90 | 0 | 0.83 | 0.36 | 124.49 | 0.81 | 0.35 |
| Hex | 11 | A4 | 1C | 5A | 0 | 53 | 24 | 7C | 51 | 23 |
| Octal | 21 | 244 | 34 | 132 | 0 | 123 | 44 | 174 | 121 | 43 |
| Binary | 10001 | 10100100 | 11100 | 1011010 | 0 | 1010011 | 100100 | 1111100 | 1010001 | 100011 |
Color Harmonies of #11A41C
Complementary color
Monochromatic Colors of #11A41C
Black with #11A41C
Text Example
Text Example
White with #11A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A41C; }
p { color: rgb(17,164,28); }
H1.HeaderClassName
{
color: #11A41C;
}
.AnyTagClassName
{
color: #11A41C;
}
</style>
background-color css
<style>
a { background-color: #11A41C; }
a { background-color: rgb(17,164,28); }
div.DivClassName
{
background-color: #11A41C;
}
.BgClassName
{
background-color: #11A41C;
}
</style>
border-color css
<style>
span { border-color: #11A41C; }
span { border-color: rgb(17,164,28); }
td.TdClassName
{
border-color: #11A41C;
}
.TagClassName
{
border-color: #11A41C;
}
</style>