Shades of Forest Green #11991A
Tints of Forest Green #11991A
RGB
CMYK
RGB Variations
Color information
#11991A (or 0x11991A) is known color: Forest Green. HEX triplet: 11, 99 and 1A. RGB value is (17,153,26). Sum of RGB (Red+Green+Blue) = 17+153+26=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #11991A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11991A is #EE66E5. Grayscale: #626262. Windows color (decimal): -15623910 or 1743121. OLE color: 1743121.
HSL color Cylindrical-coordinate representation of color #11991A: hue angle of 123.97º 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 #11991A is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 26 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.4 |
| HSL | 123.97º | 0.8% | 0.33% | - |
| HSV(B) | 123.97º | 0.89% | 0.6% | - |
| XYZ | 11.81 | 22.98 | 4.79 | - |
| YUV | 97.86 | 87.44 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 26 | 0.89 | 0 | 0.83 | 0.4 | 123.97 | 0.8 | 0.33 |
| Hex | 11 | 99 | 1A | 59 | 0 | 53 | 28 | 7C | 50 | 21 |
| Octal | 21 | 231 | 32 | 131 | 0 | 123 | 50 | 174 | 120 | 41 |
| Binary | 10001 | 10011001 | 11010 | 1011001 | 0 | 1010011 | 101000 | 1111100 | 1010000 | 100001 |
Color Harmonies of #11991A
Complementary color
Monochromatic Colors of #11991A
Black with #11991A
Text Example
Text Example
White with #11991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11991A; }
p { color: rgb(17,153,26); }
H1.HeaderClassName
{
color: #11991A;
}
.AnyTagClassName
{
color: #11991A;
}
</style>
background-color css
<style>
a { background-color: #11991A; }
a { background-color: rgb(17,153,26); }
div.DivClassName
{
background-color: #11991A;
}
.BgClassName
{
background-color: #11991A;
}
</style>
border-color css
<style>
span { border-color: #11991A; }
span { border-color: rgb(17,153,26); }
td.TdClassName
{
border-color: #11991A;
}
.TagClassName
{
border-color: #11991A;
}
</style>