Shades of Forest Green #157C29
Tints of Forest Green #157C29
RGB
CMYK
RGB Variations
Color information
#157C29 (or 0x157C29) is known color: Forest Green. HEX triplet: 15, 7C and 29. RGB value is (21,124,41). Sum of RGB (Red+Green+Blue) = 21+124+41=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #157C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C29 is #EA83D6. Grayscale: #535353. Windows color (decimal): -15369175 or 2718741. OLE color: 2718741.
HSL color Cylindrical-coordinate representation of color #157C29: hue angle of 131.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C29 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 41 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.51 |
| HSL | 131.65º | 0.71% | 0.28% | - |
| HSV(B) | 131.65º | 0.83% | 0.49% | - |
| XYZ | 7.92 | 14.73 | 4.52 | - |
| YUV | 83.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 41 | 0.83 | 0 | 0.67 | 0.51 | 131.65 | 0.71 | 0.28 |
| Hex | 15 | 7C | 29 | 53 | 0 | 43 | 33 | 84 | 47 | 1C |
| Octal | 25 | 174 | 51 | 123 | 0 | 103 | 63 | 204 | 107 | 34 |
| Binary | 10101 | 1111100 | 101001 | 1010011 | 0 | 1000011 | 110011 | 10000100 | 1000111 | 11100 |
Color Harmonies of #157C29
Complementary color
Monochromatic Colors of #157C29
Black with #157C29
Text Example
Text Example
White with #157C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C29; }
p { color: rgb(21,124,41); }
H1.HeaderClassName
{
color: #157C29;
}
.AnyTagClassName
{
color: #157C29;
}
</style>
background-color css
<style>
a { background-color: #157C29; }
a { background-color: rgb(21,124,41); }
div.DivClassName
{
background-color: #157C29;
}
.BgClassName
{
background-color: #157C29;
}
</style>
border-color css
<style>
span { border-color: #157C29; }
span { border-color: rgb(21,124,41); }
td.TdClassName
{
border-color: #157C29;
}
.TagClassName
{
border-color: #157C29;
}
</style>