Shades of Forest Green #157515
Tints of Forest Green #157515
RGB
CMYK
RGB Variations
Color information
#157515 (or 0x157515) is known color: Forest Green. HEX triplet: 15, 75 and 15. RGB value is (21,117,21). Sum of RGB (Red+Green+Blue) = 21+117+21=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #157515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157515 is #EA8AEA. Grayscale: #4D4D4D. Windows color (decimal): -15370987 or 1406229. OLE color: 1406229.
HSL color Cylindrical-coordinate representation of color #157515: hue angle of 120º 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 #157515 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 21 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.54 |
| HSL | 120º | 0.7% | 0.27% | - |
| HSV(B) | 120º | 0.82% | 0.46% | - |
| XYZ | 6.81 | 12.94 | 2.85 | - |
| YUV | 77.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 21 | 0.82 | 0 | 0.82 | 0.54 | 120 | 0.7 | 0.27 |
| Hex | 15 | 75 | 15 | 52 | 0 | 52 | 36 | 78 | 46 | 1B |
| Octal | 25 | 165 | 25 | 122 | 0 | 122 | 66 | 170 | 106 | 33 |
| Binary | 10101 | 1110101 | 10101 | 1010010 | 0 | 1010010 | 110110 | 1111000 | 1000110 | 11011 |
Color Harmonies of #157515
Complementary color
Monochromatic Colors of #157515
Black with #157515
Text Example
Text Example
White with #157515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157515; }
p { color: rgb(21,117,21); }
H1.HeaderClassName
{
color: #157515;
}
.AnyTagClassName
{
color: #157515;
}
</style>
background-color css
<style>
a { background-color: #157515; }
a { background-color: rgb(21,117,21); }
div.DivClassName
{
background-color: #157515;
}
.BgClassName
{
background-color: #157515;
}
</style>
border-color css
<style>
span { border-color: #157515; }
span { border-color: rgb(21,117,21); }
td.TdClassName
{
border-color: #157515;
}
.TagClassName
{
border-color: #157515;
}
</style>