Shades of Forest Green #128521
Tints of Forest Green #128521
RGB
CMYK
RGB Variations
Color information
#128521 (or 0x128521) is known color: Forest Green. HEX triplet: 12, 85 and 21. RGB value is (18,133,33). Sum of RGB (Red+Green+Blue) = 18+133+33=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #128521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128521 is #ED7ADE. Grayscale: #575757. Windows color (decimal): -15563487 or 2196754. OLE color: 2196754.
HSL color Cylindrical-coordinate representation of color #128521: hue angle of 127.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128521 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 33 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.48 |
| HSL | 127.83º | 0.76% | 0.3% | - |
| HSV(B) | 127.83º | 0.86% | 0.52% | - |
| XYZ | 8.91 | 17.01 | 4.25 | - |
| YUV | 87.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 33 | 0.86 | 0 | 0.75 | 0.48 | 127.83 | 0.76 | 0.3 |
| Hex | 12 | 85 | 21 | 56 | 0 | 4B | 30 | 80 | 4C | 1E |
| Octal | 22 | 205 | 41 | 126 | 0 | 113 | 60 | 200 | 114 | 36 |
| Binary | 10010 | 10000101 | 100001 | 1010110 | 0 | 1001011 | 110000 | 10000000 | 1001100 | 11110 |
Color Harmonies of #128521
Complementary color
Monochromatic Colors of #128521
Black with #128521
Text Example
Text Example
White with #128521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128521; }
p { color: rgb(18,133,33); }
H1.HeaderClassName
{
color: #128521;
}
.AnyTagClassName
{
color: #128521;
}
</style>
background-color css
<style>
a { background-color: #128521; }
a { background-color: rgb(18,133,33); }
div.DivClassName
{
background-color: #128521;
}
.BgClassName
{
background-color: #128521;
}
</style>
border-color css
<style>
span { border-color: #128521; }
span { border-color: rgb(18,133,33); }
td.TdClassName
{
border-color: #128521;
}
.TagClassName
{
border-color: #128521;
}
</style>