Shades of Forest Green #157D16
Tints of Forest Green #157D16
RGB
CMYK
RGB Variations
Color information
#157D16 (or 0x157D16) is known color: Forest Green. HEX triplet: 15, 7D and 16. RGB value is (21,125,22). Sum of RGB (Red+Green+Blue) = 21+125+22=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #157D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157D16 is #EA82E9. Grayscale: #525252. Windows color (decimal): -15368938 or 1473813. OLE color: 1473813.
HSL color Cylindrical-coordinate representation of color #157D16: hue angle of 120.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D16 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 22 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.51 |
| HSL | 120.58º | 0.71% | 0.29% | - |
| HSV(B) | 120.58º | 0.83% | 0.49% | - |
| XYZ | 7.79 | 14.88 | 3.22 | - |
| YUV | 82.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 22 | 0.83 | 0 | 0.82 | 0.51 | 120.58 | 0.71 | 0.29 |
| Hex | 15 | 7D | 16 | 53 | 0 | 52 | 33 | 79 | 47 | 1D |
| Octal | 25 | 175 | 26 | 123 | 0 | 122 | 63 | 171 | 107 | 35 |
| Binary | 10101 | 1111101 | 10110 | 1010011 | 0 | 1010010 | 110011 | 1111001 | 1000111 | 11101 |
Color Harmonies of #157D16
Complementary color
Monochromatic Colors of #157D16
Black with #157D16
Text Example
Text Example
White with #157D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D16; }
p { color: rgb(21,125,22); }
H1.HeaderClassName
{
color: #157D16;
}
.AnyTagClassName
{
color: #157D16;
}
</style>
background-color css
<style>
a { background-color: #157D16; }
a { background-color: rgb(21,125,22); }
div.DivClassName
{
background-color: #157D16;
}
.BgClassName
{
background-color: #157D16;
}
</style>
border-color css
<style>
span { border-color: #157D16; }
span { border-color: rgb(21,125,22); }
td.TdClassName
{
border-color: #157D16;
}
.TagClassName
{
border-color: #157D16;
}
</style>