Shades of Forest Green #129016
Tints of Forest Green #129016
RGB
CMYK
RGB Variations
Color information
#129016 (or 0x129016) is known color: Forest Green. HEX triplet: 12, 90 and 16. RGB value is (18,144,22). Sum of RGB (Red+Green+Blue) = 18+144+22=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 144 (56.64% from 255 or 78.26% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 144 - color contains mainly: green. Hex color #129016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129016 is #ED6FE9. Grayscale: #5C5C5C. Windows color (decimal): -15560682 or 1478674. OLE color: 1478674.
HSL color Cylindrical-coordinate representation of color #129016: hue angle of 121.9º degrees, saturation: 0.78, 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 #129016 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 22 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.44 |
| HSL | 121.9º | 0.78% | 0.32% | - |
| HSV(B) | 121.9º | 0.88% | 0.56% | - |
| XYZ | 10.37 | 20.13 | 4.1 | - |
| YUV | 92.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 22 | 0.88 | 0 | 0.85 | 0.44 | 121.9 | 0.78 | 0.32 |
| Hex | 12 | 90 | 16 | 58 | 0 | 55 | 2C | 7A | 4E | 20 |
| Octal | 22 | 220 | 26 | 130 | 0 | 125 | 54 | 172 | 116 | 40 |
| Binary | 10010 | 10010000 | 10110 | 1011000 | 0 | 1010101 | 101100 | 1111010 | 1001110 | 100000 |
Color Harmonies of #129016
Complementary color
Monochromatic Colors of #129016
Black with #129016
Text Example
Text Example
White with #129016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129016; }
p { color: rgb(18,144,22); }
H1.HeaderClassName
{
color: #129016;
}
.AnyTagClassName
{
color: #129016;
}
</style>
background-color css
<style>
a { background-color: #129016; }
a { background-color: rgb(18,144,22); }
div.DivClassName
{
background-color: #129016;
}
.BgClassName
{
background-color: #129016;
}
</style>
border-color css
<style>
span { border-color: #129016; }
span { border-color: rgb(18,144,22); }
td.TdClassName
{
border-color: #129016;
}
.TagClassName
{
border-color: #129016;
}
</style>