Shades of Forest Green #129111
Tints of Forest Green #129111
RGB
CMYK
RGB Variations
Color information
#129111 (or 0x129111) is known color: Forest Green. HEX triplet: 12, 91 and 11. RGB value is (18,145,17). Sum of RGB (Red+Green+Blue) = 18+145+17=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 145 (57.03% from 255 or 80.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 145 - color contains mainly: green. Hex color #129111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129111 is #ED6EEE. Grayscale: #5C5C5C. Windows color (decimal): -15560431 or 1151250. OLE color: 1151250.
HSL color Cylindrical-coordinate representation of color #129111: hue angle of 119.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129111 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 17 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.43 |
| HSL | 119.53º | 0.79% | 0.32% | - |
| HSV(B) | 119.53º | 0.88% | 0.57% | - |
| XYZ | 10.48 | 20.42 | 3.92 | - |
| YUV | 92.44 | 85.42 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 17 | 0.88 | 0 | 0.88 | 0.43 | 119.53 | 0.79 | 0.32 |
| Hex | 12 | 91 | 11 | 58 | 0 | 58 | 2B | 78 | 4F | 20 |
| Octal | 22 | 221 | 21 | 130 | 0 | 130 | 53 | 170 | 117 | 40 |
| Binary | 10010 | 10010001 | 10001 | 1011000 | 0 | 1011000 | 101011 | 1111000 | 1001111 | 100000 |
Color Harmonies of #129111
Complementary color
Monochromatic Colors of #129111
Black with #129111
Text Example
Text Example
White with #129111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129111; }
p { color: rgb(18,145,17); }
H1.HeaderClassName
{
color: #129111;
}
.AnyTagClassName
{
color: #129111;
}
</style>
background-color css
<style>
a { background-color: #129111; }
a { background-color: rgb(18,145,17); }
div.DivClassName
{
background-color: #129111;
}
.BgClassName
{
background-color: #129111;
}
</style>
border-color css
<style>
span { border-color: #129111; }
span { border-color: rgb(18,145,17); }
td.TdClassName
{
border-color: #129111;
}
.TagClassName
{
border-color: #129111;
}
</style>