Shades of Forest Green #129011
Tints of Forest Green #129011
RGB
CMYK
RGB Variations
Color information
#129011 (or 0x129011) is known color: Forest Green. HEX triplet: 12, 90 and 11. RGB value is (18,144,17). Sum of RGB (Red+Green+Blue) = 18+144+17=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #129011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129011 is #ED6FEE. Grayscale: #5C5C5C. Windows color (decimal): -15560687 or 1150994. OLE color: 1150994.
HSL color Cylindrical-coordinate representation of color #129011: hue angle of 119.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129011 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 17 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.44 |
| HSL | 119.53º | 0.79% | 0.32% | - |
| HSV(B) | 119.53º | 0.88% | 0.56% | - |
| XYZ | 10.32 | 20.12 | 3.87 | - |
| YUV | 91.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 17 | 0.88 | 0 | 0.88 | 0.44 | 119.53 | 0.79 | 0.32 |
| Hex | 12 | 90 | 11 | 58 | 0 | 58 | 2C | 78 | 4F | 20 |
| Octal | 22 | 220 | 21 | 130 | 0 | 130 | 54 | 170 | 117 | 40 |
| Binary | 10010 | 10010000 | 10001 | 1011000 | 0 | 1011000 | 101100 | 1111000 | 1001111 | 100000 |
Color Harmonies of #129011
Complementary color
Monochromatic Colors of #129011
Black with #129011
Text Example
Text Example
White with #129011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129011; }
p { color: rgb(18,144,17); }
H1.HeaderClassName
{
color: #129011;
}
.AnyTagClassName
{
color: #129011;
}
</style>
background-color css
<style>
a { background-color: #129011; }
a { background-color: rgb(18,144,17); }
div.DivClassName
{
background-color: #129011;
}
.BgClassName
{
background-color: #129011;
}
</style>
border-color css
<style>
span { border-color: #129011; }
span { border-color: rgb(18,144,17); }
td.TdClassName
{
border-color: #129011;
}
.TagClassName
{
border-color: #129011;
}
</style>