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