Shades of Forest Green #128020
Tints of Forest Green #128020
RGB
CMYK
RGB Variations
Color information
#128020 (or 0x128020) is known color: Forest Green. HEX triplet: 12, 80 and 20. RGB value is (18,128,32). Sum of RGB (Red+Green+Blue) = 18+128+32=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 128 (50.39% from 255 or 71.91% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 128 - color contains mainly: green. Hex color #128020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128020 is #ED7FDF. Grayscale: #545454. Windows color (decimal): -15564768 or 2129938. OLE color: 2129938.
HSL color Cylindrical-coordinate representation of color #128020: hue angle of 127.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128020 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 32 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.50 |
| HSL | 127.64º | 0.75% | 0.29% | - |
| HSV(B) | 127.64º | 0.86% | 0.5% | - |
| XYZ | 8.23 | 15.67 | 3.96 | - |
| YUV | 84.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 32 | 0.86 | 0 | 0.75 | 0.50 | 127.64 | 0.75 | 0.29 |
| Hex | 12 | 80 | 20 | 56 | 0 | 4B | 32 | 80 | 4B | 1D |
| Octal | 22 | 200 | 40 | 126 | 0 | 113 | 62 | 200 | 113 | 35 |
| Binary | 10010 | 10000000 | 100000 | 1010110 | 0 | 1001011 | 110010 | 10000000 | 1001011 | 11101 |
Color Harmonies of #128020
Complementary color
Monochromatic Colors of #128020
Black with #128020
Text Example
Text Example
White with #128020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128020; }
p { color: rgb(18,128,32); }
H1.HeaderClassName
{
color: #128020;
}
.AnyTagClassName
{
color: #128020;
}
</style>
background-color css
<style>
a { background-color: #128020; }
a { background-color: rgb(18,128,32); }
div.DivClassName
{
background-color: #128020;
}
.BgClassName
{
background-color: #128020;
}
</style>
border-color css
<style>
span { border-color: #128020; }
span { border-color: rgb(18,128,32); }
td.TdClassName
{
border-color: #128020;
}
.TagClassName
{
border-color: #128020;
}
</style>