Shades of Forest Green #128315
Tints of Forest Green #128315
RGB
CMYK
RGB Variations
Color information
#128315 (or 0x128315) is known color: Forest Green. HEX triplet: 12, 83 and 15. RGB value is (18,131,21). Sum of RGB (Red+Green+Blue) = 18+131+21=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #128315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128315 is #ED7CEA. Grayscale: #555555. Windows color (decimal): -15564011 or 1409810. OLE color: 1409810.
HSL color Cylindrical-coordinate representation of color #128315: hue angle of 121.59º 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 #128315 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 21 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.49 |
| HSL | 121.59º | 0.76% | 0.29% | - |
| HSV(B) | 121.59º | 0.86% | 0.51% | - |
| XYZ | 8.5 | 16.42 | 3.43 | - |
| YUV | 84.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 21 | 0.86 | 0 | 0.84 | 0.49 | 121.59 | 0.76 | 0.29 |
| Hex | 12 | 83 | 15 | 56 | 0 | 54 | 31 | 7A | 4C | 1D |
| Octal | 22 | 203 | 25 | 126 | 0 | 124 | 61 | 172 | 114 | 35 |
| Binary | 10010 | 10000011 | 10101 | 1010110 | 0 | 1010100 | 110001 | 1111010 | 1001100 | 11101 |
Color Harmonies of #128315
Complementary color
Monochromatic Colors of #128315
Black with #128315
Text Example
Text Example
White with #128315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128315; }
p { color: rgb(18,131,21); }
H1.HeaderClassName
{
color: #128315;
}
.AnyTagClassName
{
color: #128315;
}
</style>
background-color css
<style>
a { background-color: #128315; }
a { background-color: rgb(18,131,21); }
div.DivClassName
{
background-color: #128315;
}
.BgClassName
{
background-color: #128315;
}
</style>
border-color css
<style>
span { border-color: #128315; }
span { border-color: rgb(18,131,21); }
td.TdClassName
{
border-color: #128315;
}
.TagClassName
{
border-color: #128315;
}
</style>