Shades of Forest Green #128212
Tints of Forest Green #128212
RGB
CMYK
RGB Variations
Color information
#128212 (or 0x128212) is known color: Forest Green. HEX triplet: 12, 82 and 12. RGB value is (18,130,18). Sum of RGB (Red+Green+Blue) = 18+130+18=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #128212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128212 is #ED7DED. Grayscale: #545454. Windows color (decimal): -15564270 or 1212946. OLE color: 1212946.
HSL color Cylindrical-coordinate representation of color #128212: hue angle of 120º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128212 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 18 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.49 |
| HSL | 120º | 0.76% | 0.29% | - |
| HSV(B) | 120º | 0.86% | 0.51% | - |
| XYZ | 8.34 | 16.14 | 3.25 | - |
| YUV | 83.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 18 | 0.86 | 0 | 0.86 | 0.49 | 120 | 0.76 | 0.29 |
| Hex | 12 | 82 | 12 | 56 | 0 | 56 | 31 | 78 | 4C | 1D |
| Octal | 22 | 202 | 22 | 126 | 0 | 126 | 61 | 170 | 114 | 35 |
| Binary | 10010 | 10000010 | 10010 | 1010110 | 0 | 1010110 | 110001 | 1111000 | 1001100 | 11101 |
Color Harmonies of #128212
Complementary color
Monochromatic Colors of #128212
Black with #128212
Text Example
Text Example
White with #128212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128212; }
p { color: rgb(18,130,18); }
H1.HeaderClassName
{
color: #128212;
}
.AnyTagClassName
{
color: #128212;
}
</style>
background-color css
<style>
a { background-color: #128212; }
a { background-color: rgb(18,130,18); }
div.DivClassName
{
background-color: #128212;
}
.BgClassName
{
background-color: #128212;
}
</style>
border-color css
<style>
span { border-color: #128212; }
span { border-color: rgb(18,130,18); }
td.TdClassName
{
border-color: #128212;
}
.TagClassName
{
border-color: #128212;
}
</style>