Shades of Forest Green #157D1D
Tints of Forest Green #157D1D
RGB
CMYK
RGB Variations
Color information
#157D1D (or 0x157D1D) is known color: Forest Green. HEX triplet: 15, 7D and 1D. RGB value is (21,125,29). Sum of RGB (Red+Green+Blue) = 21+125+29=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #157D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D1D is #EA82E2. Grayscale: #535353. Windows color (decimal): -15368931 or 1932565. OLE color: 1932565.
HSL color Cylindrical-coordinate representation of color #157D1D: hue angle of 124.62º 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 #157D1D is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 29 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.51 |
| HSL | 124.62º | 0.71% | 0.29% | - |
| HSV(B) | 124.62º | 0.83% | 0.49% | - |
| XYZ | 7.86 | 14.92 | 3.63 | - |
| YUV | 82.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 29 | 0.83 | 0 | 0.77 | 0.51 | 124.62 | 0.71 | 0.29 |
| Hex | 15 | 7D | 1D | 53 | 0 | 4D | 33 | 7D | 47 | 1D |
| Octal | 25 | 175 | 35 | 123 | 0 | 115 | 63 | 175 | 107 | 35 |
| Binary | 10101 | 1111101 | 11101 | 1010011 | 0 | 1001101 | 110011 | 1111101 | 1000111 | 11101 |
Color Harmonies of #157D1D
Complementary color
Monochromatic Colors of #157D1D
Black with #157D1D
Text Example
Text Example
White with #157D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D1D; }
p { color: rgb(21,125,29); }
H1.HeaderClassName
{
color: #157D1D;
}
.AnyTagClassName
{
color: #157D1D;
}
</style>
background-color css
<style>
a { background-color: #157D1D; }
a { background-color: rgb(21,125,29); }
div.DivClassName
{
background-color: #157D1D;
}
.BgClassName
{
background-color: #157D1D;
}
</style>
border-color css
<style>
span { border-color: #157D1D; }
span { border-color: rgb(21,125,29); }
td.TdClassName
{
border-color: #157D1D;
}
.TagClassName
{
border-color: #157D1D;
}
</style>