Shades of Forest Green #157418
Tints of Forest Green #157418
RGB
CMYK
RGB Variations
Color information
#157418 (or 0x157418) is known color: Forest Green. HEX triplet: 15, 74 and 18. RGB value is (21,116,24). Sum of RGB (Red+Green+Blue) = 21+116+24=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #157418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157418 is #EA8BE7. Grayscale: #4D4D4D. Windows color (decimal): -15371240 or 1602581. OLE color: 1602581.
HSL color Cylindrical-coordinate representation of color #157418: hue angle of 121.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157418 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 24 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.55 |
| HSL | 121.89º | 0.69% | 0.27% | - |
| HSV(B) | 121.89º | 0.82% | 0.45% | - |
| XYZ | 6.72 | 12.72 | 2.96 | - |
| YUV | 77.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 24 | 0.82 | 0 | 0.79 | 0.55 | 121.89 | 0.69 | 0.27 |
| Hex | 15 | 74 | 18 | 52 | 0 | 4F | 37 | 7A | 45 | 1B |
| Octal | 25 | 164 | 30 | 122 | 0 | 117 | 67 | 172 | 105 | 33 |
| Binary | 10101 | 1110100 | 11000 | 1010010 | 0 | 1001111 | 110111 | 1111010 | 1000101 | 11011 |
Color Harmonies of #157418
Complementary color
Monochromatic Colors of #157418
Black with #157418
Text Example
Text Example
White with #157418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157418; }
p { color: rgb(21,116,24); }
H1.HeaderClassName
{
color: #157418;
}
.AnyTagClassName
{
color: #157418;
}
</style>
background-color css
<style>
a { background-color: #157418; }
a { background-color: rgb(21,116,24); }
div.DivClassName
{
background-color: #157418;
}
.BgClassName
{
background-color: #157418;
}
</style>
border-color css
<style>
span { border-color: #157418; }
span { border-color: rgb(21,116,24); }
td.TdClassName
{
border-color: #157418;
}
.TagClassName
{
border-color: #157418;
}
</style>