Shades of Forest Green #129020
Tints of Forest Green #129020
RGB
CMYK
RGB Variations
Color information
#129020 (or 0x129020) is known color: Forest Green. HEX triplet: 12, 90 and 20. RGB value is (18,144,32). Sum of RGB (Red+Green+Blue) = 18+144+32=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #129020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129020 is #ED6FDF. Grayscale: #5D5D5D. Windows color (decimal): -15560672 or 2134034. OLE color: 2134034.
HSL color Cylindrical-coordinate representation of color #129020: hue angle of 126.67º 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 #129020 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 32 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.44 |
| HSL | 126.67º | 0.78% | 0.32% | - |
| HSV(B) | 126.67º | 0.88% | 0.56% | - |
| XYZ | 10.48 | 20.18 | 4.71 | - |
| YUV | 93.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 32 | 0.88 | 0 | 0.78 | 0.44 | 126.67 | 0.78 | 0.32 |
| Hex | 12 | 90 | 20 | 58 | 0 | 4E | 2C | 7F | 4E | 20 |
| Octal | 22 | 220 | 40 | 130 | 0 | 116 | 54 | 177 | 116 | 40 |
| Binary | 10010 | 10010000 | 100000 | 1011000 | 0 | 1001110 | 101100 | 1111111 | 1001110 | 100000 |
Color Harmonies of #129020
Complementary color
Monochromatic Colors of #129020
Black with #129020
Text Example
Text Example
White with #129020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129020; }
p { color: rgb(18,144,32); }
H1.HeaderClassName
{
color: #129020;
}
.AnyTagClassName
{
color: #129020;
}
</style>
background-color css
<style>
a { background-color: #129020; }
a { background-color: rgb(18,144,32); }
div.DivClassName
{
background-color: #129020;
}
.BgClassName
{
background-color: #129020;
}
</style>
border-color css
<style>
span { border-color: #129020; }
span { border-color: rgb(18,144,32); }
td.TdClassName
{
border-color: #129020;
}
.TagClassName
{
border-color: #129020;
}
</style>