Shades of Forest Green #137B15
Tints of Forest Green #137B15
RGB
CMYK
RGB Variations
Color information
#137B15 (or 0x137B15) is known color: Forest Green. HEX triplet: 13, 7B and 15. RGB value is (19,123,21). Sum of RGB (Red+Green+Blue) = 19+123+21=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 123 (48.44% from 255 or 75.46% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 123 - color contains mainly: green. Hex color #137B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B15 is #EC84EA. Grayscale: #505050. Windows color (decimal): -15500523 or 1407763. OLE color: 1407763.
HSL color Cylindrical-coordinate representation of color #137B15: hue angle of 121.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B15 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 21 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.52 |
| HSL | 121.15º | 0.73% | 0.28% | - |
| HSV(B) | 121.15º | 0.85% | 0.48% | - |
| XYZ | 7.49 | 14.36 | 3.09 | - |
| YUV | 80.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 21 | 0.85 | 0 | 0.83 | 0.52 | 121.15 | 0.73 | 0.28 |
| Hex | 13 | 7B | 15 | 55 | 0 | 53 | 34 | 79 | 49 | 1C |
| Octal | 23 | 173 | 25 | 125 | 0 | 123 | 64 | 171 | 111 | 34 |
| Binary | 10011 | 1111011 | 10101 | 1010101 | 0 | 1010011 | 110100 | 1111001 | 1001001 | 11100 |
Color Harmonies of #137B15
Complementary color
Monochromatic Colors of #137B15
Black with #137B15
Text Example
Text Example
White with #137B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B15; }
p { color: rgb(19,123,21); }
H1.HeaderClassName
{
color: #137B15;
}
.AnyTagClassName
{
color: #137B15;
}
</style>
background-color css
<style>
a { background-color: #137B15; }
a { background-color: rgb(19,123,21); }
div.DivClassName
{
background-color: #137B15;
}
.BgClassName
{
background-color: #137B15;
}
</style>
border-color css
<style>
span { border-color: #137B15; }
span { border-color: rgb(19,123,21); }
td.TdClassName
{
border-color: #137B15;
}
.TagClassName
{
border-color: #137B15;
}
</style>