Shades of Forest Green #157116
Tints of Forest Green #157116
RGB
CMYK
RGB Variations
Color information
#157116 (or 0x157116) is known color: Forest Green. HEX triplet: 15, 71 and 16. RGB value is (21,113,22). Sum of RGB (Red+Green+Blue) = 21+113+22=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #157116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157116 is #EA8EE9. Grayscale: #4B4B4B. Windows color (decimal): -15372010 or 1470741. OLE color: 1470741.
HSL color Cylindrical-coordinate representation of color #157116: hue angle of 120.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157116 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 22 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.56 |
| HSL | 120.65º | 0.69% | 0.26% | - |
| HSV(B) | 120.65º | 0.81% | 0.44% | - |
| XYZ | 6.36 | 12.03 | 2.75 | - |
| YUV | 75.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 22 | 0.81 | 0 | 0.81 | 0.56 | 120.65 | 0.69 | 0.26 |
| Hex | 15 | 71 | 16 | 51 | 0 | 51 | 38 | 79 | 45 | 1A |
| Octal | 25 | 161 | 26 | 121 | 0 | 121 | 70 | 171 | 105 | 32 |
| Binary | 10101 | 1110001 | 10110 | 1010001 | 0 | 1010001 | 111000 | 1111001 | 1000101 | 11010 |
Color Harmonies of #157116
Complementary color
Monochromatic Colors of #157116
Black with #157116
Text Example
Text Example
White with #157116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157116; }
p { color: rgb(21,113,22); }
H1.HeaderClassName
{
color: #157116;
}
.AnyTagClassName
{
color: #157116;
}
</style>
background-color css
<style>
a { background-color: #157116; }
a { background-color: rgb(21,113,22); }
div.DivClassName
{
background-color: #157116;
}
.BgClassName
{
background-color: #157116;
}
</style>
border-color css
<style>
span { border-color: #157116; }
span { border-color: rgb(21,113,22); }
td.TdClassName
{
border-color: #157116;
}
.TagClassName
{
border-color: #157116;
}
</style>