Shades of Forest Green #137F14
Tints of Forest Green #137F14
RGB
CMYK
RGB Variations
Color information
#137F14 (or 0x137F14) is known color: Forest Green. HEX triplet: 13, 7F and 14. RGB value is (19,127,20). Sum of RGB (Red+Green+Blue) = 19+127+20=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #137F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F14 is #EC80EB. Grayscale: #525252. Windows color (decimal): -15499500 or 1343251. OLE color: 1343251.
HSL color Cylindrical-coordinate representation of color #137F14: hue angle of 120.56º 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 #137F14 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 20 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.50 |
| HSL | 120.56º | 0.74% | 0.29% | - |
| HSV(B) | 120.56º | 0.85% | 0.5% | - |
| XYZ | 7.98 | 15.37 | 3.21 | - |
| YUV | 82.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 20 | 0.85 | 0 | 0.84 | 0.50 | 120.56 | 0.74 | 0.29 |
| Hex | 13 | 7F | 14 | 55 | 0 | 54 | 32 | 79 | 4A | 1D |
| Octal | 23 | 177 | 24 | 125 | 0 | 124 | 62 | 171 | 112 | 35 |
| Binary | 10011 | 1111111 | 10100 | 1010101 | 0 | 1010100 | 110010 | 1111001 | 1001010 | 11101 |
Color Harmonies of #137F14
Complementary color
Monochromatic Colors of #137F14
Black with #137F14
Text Example
Text Example
White with #137F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F14; }
p { color: rgb(19,127,20); }
H1.HeaderClassName
{
color: #137F14;
}
.AnyTagClassName
{
color: #137F14;
}
</style>
background-color css
<style>
a { background-color: #137F14; }
a { background-color: rgb(19,127,20); }
div.DivClassName
{
background-color: #137F14;
}
.BgClassName
{
background-color: #137F14;
}
</style>
border-color css
<style>
span { border-color: #137F14; }
span { border-color: rgb(19,127,20); }
td.TdClassName
{
border-color: #137F14;
}
.TagClassName
{
border-color: #137F14;
}
</style>