Shades of Forest Green #137F15
Tints of Forest Green #137F15
RGB
CMYK
RGB Variations
Color information
#137F15 (or 0x137F15) is known color: Forest Green. HEX triplet: 13, 7F and 15. RGB value is (19,127,21). Sum of RGB (Red+Green+Blue) = 19+127+21=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #137F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F15 is #EC80EA. Grayscale: #525252. Windows color (decimal): -15499499 or 1408787. OLE color: 1408787.
HSL color Cylindrical-coordinate representation of color #137F15: hue angle of 121.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F15 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 21 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.50 |
| HSL | 121.11º | 0.74% | 0.29% | - |
| HSV(B) | 121.11º | 0.85% | 0.5% | - |
| XYZ | 7.99 | 15.37 | 3.26 | - |
| YUV | 82.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 21 | 0.85 | 0 | 0.83 | 0.50 | 121.11 | 0.74 | 0.29 |
| Hex | 13 | 7F | 15 | 55 | 0 | 53 | 32 | 79 | 4A | 1D |
| Octal | 23 | 177 | 25 | 125 | 0 | 123 | 62 | 171 | 112 | 35 |
| Binary | 10011 | 1111111 | 10101 | 1010101 | 0 | 1010011 | 110010 | 1111001 | 1001010 | 11101 |
Color Harmonies of #137F15
Complementary color
Monochromatic Colors of #137F15
Black with #137F15
Text Example
Text Example
White with #137F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F15; }
p { color: rgb(19,127,21); }
H1.HeaderClassName
{
color: #137F15;
}
.AnyTagClassName
{
color: #137F15;
}
</style>
background-color css
<style>
a { background-color: #137F15; }
a { background-color: rgb(19,127,21); }
div.DivClassName
{
background-color: #137F15;
}
.BgClassName
{
background-color: #137F15;
}
</style>
border-color css
<style>
span { border-color: #137F15; }
span { border-color: rgb(19,127,21); }
td.TdClassName
{
border-color: #137F15;
}
.TagClassName
{
border-color: #137F15;
}
</style>