Shades of Forest Green #11A42B
Tints of Forest Green #11A42B
RGB
CMYK
RGB Variations
Color information
#11A42B (or 0x11A42B) is known color: Forest Green. HEX triplet: 11, A4 and 2B. RGB value is (17,164,43). Sum of RGB (Red+Green+Blue) = 17+164+43=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 164 (64.45% from 255 or 73.21% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 164 - color contains mainly: green. Hex color #11A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A42B is #EE5BD4. Grayscale: #6A6A6A. Windows color (decimal): -15621077 or 2860049. OLE color: 2860049.
HSL color Cylindrical-coordinate representation of color #11A42B: hue angle of 130.61º 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 #11A42B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 164 | 43 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.36 |
| HSL | 130.61º | 0.81% | 0.35% | - |
| HSV(B) | 130.61º | 0.9% | 0.64% | - |
| XYZ | 13.94 | 26.84 | 6.73 | - |
| YUV | 106.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 164 | 43 | 0.90 | 0 | 0.74 | 0.36 | 130.61 | 0.81 | 0.35 |
| Hex | 11 | A4 | 2B | 5A | 0 | 4A | 24 | 83 | 51 | 23 |
| Octal | 21 | 244 | 53 | 132 | 0 | 112 | 44 | 203 | 121 | 43 |
| Binary | 10001 | 10100100 | 101011 | 1011010 | 0 | 1001010 | 100100 | 10000011 | 1010001 | 100011 |
Color Harmonies of #11A42B
Complementary color
Monochromatic Colors of #11A42B
Black with #11A42B
Text Example
Text Example
White with #11A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A42B; }
p { color: rgb(17,164,43); }
H1.HeaderClassName
{
color: #11A42B;
}
.AnyTagClassName
{
color: #11A42B;
}
</style>
background-color css
<style>
a { background-color: #11A42B; }
a { background-color: rgb(17,164,43); }
div.DivClassName
{
background-color: #11A42B;
}
.BgClassName
{
background-color: #11A42B;
}
</style>
border-color css
<style>
span { border-color: #11A42B; }
span { border-color: rgb(17,164,43); }
td.TdClassName
{
border-color: #11A42B;
}
.TagClassName
{
border-color: #11A42B;
}
</style>