Shades of Forest Green #157720
Tints of Forest Green #157720
RGB
CMYK
RGB Variations
Color information
#157720 (or 0x157720) is known color: Forest Green. HEX triplet: 15, 77 and 20. RGB value is (21,119,32). Sum of RGB (Red+Green+Blue) = 21+119+32=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #157720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157720 is #EA88DF. Grayscale: #505050. Windows color (decimal): -15370464 or 2127637. OLE color: 2127637.
HSL color Cylindrical-coordinate representation of color #157720: hue angle of 126.73º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157720 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 32 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.53 |
| HSL | 126.73º | 0.7% | 0.27% | - |
| HSV(B) | 126.73º | 0.82% | 0.47% | - |
| XYZ | 7.17 | 13.46 | 3.59 | - |
| YUV | 79.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 32 | 0.82 | 0 | 0.73 | 0.53 | 126.73 | 0.7 | 0.27 |
| Hex | 15 | 77 | 20 | 52 | 0 | 49 | 35 | 7F | 46 | 1B |
| Octal | 25 | 167 | 40 | 122 | 0 | 111 | 65 | 177 | 106 | 33 |
| Binary | 10101 | 1110111 | 100000 | 1010010 | 0 | 1001001 | 110101 | 1111111 | 1000110 | 11011 |
Color Harmonies of #157720
Complementary color
Monochromatic Colors of #157720
Black with #157720
Text Example
Text Example
White with #157720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157720; }
p { color: rgb(21,119,32); }
H1.HeaderClassName
{
color: #157720;
}
.AnyTagClassName
{
color: #157720;
}
</style>
background-color css
<style>
a { background-color: #157720; }
a { background-color: rgb(21,119,32); }
div.DivClassName
{
background-color: #157720;
}
.BgClassName
{
background-color: #157720;
}
</style>
border-color css
<style>
span { border-color: #157720; }
span { border-color: rgb(21,119,32); }
td.TdClassName
{
border-color: #157720;
}
.TagClassName
{
border-color: #157720;
}
</style>