Shades of Forest Green #157520
Tints of Forest Green #157520
RGB
CMYK
RGB Variations
Color information
#157520 (or 0x157520) is known color: Forest Green. HEX triplet: 15, 75 and 20. RGB value is (21,117,32). Sum of RGB (Red+Green+Blue) = 21+117+32=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #157520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157520 is #EA8ADF. Grayscale: #4E4E4E. Windows color (decimal): -15370976 or 2127125. OLE color: 2127125.
HSL color Cylindrical-coordinate representation of color #157520: hue angle of 126.87º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157520 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 32 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.54 |
| HSL | 126.88º | 0.7% | 0.27% | - |
| HSV(B) | 126.88º | 0.82% | 0.46% | - |
| XYZ | 6.93 | 12.99 | 3.51 | - |
| YUV | 78.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 32 | 0.82 | 0 | 0.73 | 0.54 | 126.88 | 0.7 | 0.27 |
| Hex | 15 | 75 | 20 | 52 | 0 | 49 | 36 | 7F | 46 | 1B |
| Octal | 25 | 165 | 40 | 122 | 0 | 111 | 66 | 177 | 106 | 33 |
| Binary | 10101 | 1110101 | 100000 | 1010010 | 0 | 1001001 | 110110 | 1111111 | 1000110 | 11011 |
Color Harmonies of #157520
Complementary color
Monochromatic Colors of #157520
Black with #157520
Text Example
Text Example
White with #157520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157520; }
p { color: rgb(21,117,32); }
H1.HeaderClassName
{
color: #157520;
}
.AnyTagClassName
{
color: #157520;
}
</style>
background-color css
<style>
a { background-color: #157520; }
a { background-color: rgb(21,117,32); }
div.DivClassName
{
background-color: #157520;
}
.BgClassName
{
background-color: #157520;
}
</style>
border-color css
<style>
span { border-color: #157520; }
span { border-color: rgb(21,117,32); }
td.TdClassName
{
border-color: #157520;
}
.TagClassName
{
border-color: #157520;
}
</style>