Shades of Forest Green #11991B
Tints of Forest Green #11991B
RGB
CMYK
RGB Variations
Color information
#11991B (or 0x11991B) is known color: Forest Green. HEX triplet: 11, 99 and 1B. RGB value is (17,153,27). Sum of RGB (Red+Green+Blue) = 17+153+27=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #11991B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11991B is #EE66E4. Grayscale: #626262. Windows color (decimal): -15623909 or 1808657. OLE color: 1808657.
HSL color Cylindrical-coordinate representation of color #11991B: hue angle of 124.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11991B is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 27 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.4 |
| HSL | 124.41º | 0.8% | 0.33% | - |
| HSV(B) | 124.41º | 0.89% | 0.6% | - |
| XYZ | 11.82 | 22.98 | 4.85 | - |
| YUV | 97.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 27 | 0.89 | 0 | 0.82 | 0.4 | 124.41 | 0.8 | 0.33 |
| Hex | 11 | 99 | 1B | 59 | 0 | 52 | 28 | 7C | 50 | 21 |
| Octal | 21 | 231 | 33 | 131 | 0 | 122 | 50 | 174 | 120 | 41 |
| Binary | 10001 | 10011001 | 11011 | 1011001 | 0 | 1010010 | 101000 | 1111100 | 1010000 | 100001 |
Color Harmonies of #11991B
Complementary color
Monochromatic Colors of #11991B
Black with #11991B
Text Example
Text Example
White with #11991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11991B; }
p { color: rgb(17,153,27); }
H1.HeaderClassName
{
color: #11991B;
}
.AnyTagClassName
{
color: #11991B;
}
</style>
background-color css
<style>
a { background-color: #11991B; }
a { background-color: rgb(17,153,27); }
div.DivClassName
{
background-color: #11991B;
}
.BgClassName
{
background-color: #11991B;
}
</style>
border-color css
<style>
span { border-color: #11991B; }
span { border-color: rgb(17,153,27); }
td.TdClassName
{
border-color: #11991B;
}
.TagClassName
{
border-color: #11991B;
}
</style>