Shades of Forest Green #157D19
Tints of Forest Green #157D19
RGB
CMYK
RGB Variations
Color information
#157D19 (or 0x157D19) is known color: Forest Green. HEX triplet: 15, 7D and 19. RGB value is (21,125,25). Sum of RGB (Red+Green+Blue) = 21+125+25=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 125 (49.22% from 255 or 73.10% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 125 - color contains mainly: green. Hex color #157D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157D19 is #EA82E6. Grayscale: #525252. Windows color (decimal): -15368935 or 1670421. OLE color: 1670421.
HSL color Cylindrical-coordinate representation of color #157D19: hue angle of 122.31º 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 #157D19 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 25 | - |
| CMYK | 0.83 | 0 | 0.8 | 0.51 |
| HSL | 122.31º | 0.71% | 0.29% | - |
| HSV(B) | 122.31º | 0.83% | 0.49% | - |
| XYZ | 7.82 | 14.9 | 3.38 | - |
| YUV | 82.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 25 | 0.83 | 0 | 0.8 | 0.51 | 122.31 | 0.71 | 0.29 |
| Hex | 15 | 7D | 19 | 53 | 0 | 50 | 33 | 7A | 47 | 1D |
| Octal | 25 | 175 | 31 | 123 | 0 | 120 | 63 | 172 | 107 | 35 |
| Binary | 10101 | 1111101 | 11001 | 1010011 | 0 | 1010000 | 110011 | 1111010 | 1000111 | 11101 |
Color Harmonies of #157D19
Complementary color
Monochromatic Colors of #157D19
Black with #157D19
Text Example
Text Example
White with #157D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D19; }
p { color: rgb(21,125,25); }
H1.HeaderClassName
{
color: #157D19;
}
.AnyTagClassName
{
color: #157D19;
}
</style>
background-color css
<style>
a { background-color: #157D19; }
a { background-color: rgb(21,125,25); }
div.DivClassName
{
background-color: #157D19;
}
.BgClassName
{
background-color: #157D19;
}
</style>
border-color css
<style>
span { border-color: #157D19; }
span { border-color: rgb(21,125,25); }
td.TdClassName
{
border-color: #157D19;
}
.TagClassName
{
border-color: #157D19;
}
</style>