Shades of Forest Green #137415
Tints of Forest Green #137415
RGB
CMYK
RGB Variations
Color information
#137415 (or 0x137415) is known color: Forest Green. HEX triplet: 13, 74 and 15. RGB value is (19,116,21). Sum of RGB (Red+Green+Blue) = 19+116+21=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #137415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137415 is #EC8BEA. Grayscale: #4C4C4C. Windows color (decimal): -15502315 or 1405971. OLE color: 1405971.
HSL color Cylindrical-coordinate representation of color #137415: hue angle of 121.24º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137415 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 21 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.55 |
| HSL | 121.24º | 0.72% | 0.26% | - |
| HSV(B) | 121.24º | 0.84% | 0.45% | - |
| XYZ | 6.65 | 12.68 | 2.81 | - |
| YUV | 76.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 21 | 0.84 | 0 | 0.82 | 0.55 | 121.24 | 0.72 | 0.26 |
| Hex | 13 | 74 | 15 | 54 | 0 | 52 | 37 | 79 | 48 | 1A |
| Octal | 23 | 164 | 25 | 124 | 0 | 122 | 67 | 171 | 110 | 32 |
| Binary | 10011 | 1110100 | 10101 | 1010100 | 0 | 1010010 | 110111 | 1111001 | 1001000 | 11010 |
Color Harmonies of #137415
Complementary color
Monochromatic Colors of #137415
Black with #137415
Text Example
Text Example
White with #137415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137415; }
p { color: rgb(19,116,21); }
H1.HeaderClassName
{
color: #137415;
}
.AnyTagClassName
{
color: #137415;
}
</style>
background-color css
<style>
a { background-color: #137415; }
a { background-color: rgb(19,116,21); }
div.DivClassName
{
background-color: #137415;
}
.BgClassName
{
background-color: #137415;
}
</style>
border-color css
<style>
span { border-color: #137415; }
span { border-color: rgb(19,116,21); }
td.TdClassName
{
border-color: #137415;
}
.TagClassName
{
border-color: #137415;
}
</style>