Shades of Forest Green #157316
Tints of Forest Green #157316
RGB
CMYK
RGB Variations
Color information
#157316 (or 0x157316) is known color: Forest Green. HEX triplet: 15, 73 and 16. RGB value is (21,115,22). Sum of RGB (Red+Green+Blue) = 21+115+22=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #157316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157316 is #EA8CE9. Grayscale: #4C4C4C. Windows color (decimal): -15371498 or 1471253. OLE color: 1471253.
HSL color Cylindrical-coordinate representation of color #157316: hue angle of 120.64º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157316 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 22 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.55 |
| HSL | 120.64º | 0.69% | 0.27% | - |
| HSV(B) | 120.64º | 0.82% | 0.45% | - |
| XYZ | 6.58 | 12.48 | 2.82 | - |
| YUV | 76.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 22 | 0.82 | 0 | 0.81 | 0.55 | 120.64 | 0.69 | 0.27 |
| Hex | 15 | 73 | 16 | 52 | 0 | 51 | 37 | 79 | 45 | 1B |
| Octal | 25 | 163 | 26 | 122 | 0 | 121 | 67 | 171 | 105 | 33 |
| Binary | 10101 | 1110011 | 10110 | 1010010 | 0 | 1010001 | 110111 | 1111001 | 1000101 | 11011 |
Color Harmonies of #157316
Complementary color
Monochromatic Colors of #157316
Black with #157316
Text Example
Text Example
White with #157316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157316; }
p { color: rgb(21,115,22); }
H1.HeaderClassName
{
color: #157316;
}
.AnyTagClassName
{
color: #157316;
}
</style>
background-color css
<style>
a { background-color: #157316; }
a { background-color: rgb(21,115,22); }
div.DivClassName
{
background-color: #157316;
}
.BgClassName
{
background-color: #157316;
}
</style>
border-color css
<style>
span { border-color: #157316; }
span { border-color: rgb(21,115,22); }
td.TdClassName
{
border-color: #157316;
}
.TagClassName
{
border-color: #157316;
}
</style>