Shades of Forest Green #128312
Tints of Forest Green #128312
RGB
CMYK
RGB Variations
Color information
#128312 (or 0x128312) is known color: Forest Green. HEX triplet: 12, 83 and 12. RGB value is (18,131,18). Sum of RGB (Red+Green+Blue) = 18+131+18=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #128312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128312 is #ED7CED. Grayscale: #545454. Windows color (decimal): -15564014 or 1213202. OLE color: 1213202.
HSL color Cylindrical-coordinate representation of color #128312: 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 #128312 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 18 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.49 |
| HSL | 120º | 0.76% | 0.29% | - |
| HSV(B) | 120º | 0.86% | 0.51% | - |
| XYZ | 8.47 | 16.4 | 3.29 | - |
| YUV | 84.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 18 | 0.86 | 0 | 0.86 | 0.49 | 120 | 0.76 | 0.29 |
| Hex | 12 | 83 | 12 | 56 | 0 | 56 | 31 | 78 | 4C | 1D |
| Octal | 22 | 203 | 22 | 126 | 0 | 126 | 61 | 170 | 114 | 35 |
| Binary | 10010 | 10000011 | 10010 | 1010110 | 0 | 1010110 | 110001 | 1111000 | 1001100 | 11101 |
Color Harmonies of #128312
Complementary color
Monochromatic Colors of #128312
Black with #128312
Text Example
Text Example
White with #128312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128312; }
p { color: rgb(18,131,18); }
H1.HeaderClassName
{
color: #128312;
}
.AnyTagClassName
{
color: #128312;
}
</style>
background-color css
<style>
a { background-color: #128312; }
a { background-color: rgb(18,131,18); }
div.DivClassName
{
background-color: #128312;
}
.BgClassName
{
background-color: #128312;
}
</style>
border-color css
<style>
span { border-color: #128312; }
span { border-color: rgb(18,131,18); }
td.TdClassName
{
border-color: #128312;
}
.TagClassName
{
border-color: #128312;
}
</style>