Shades of Forest Green #137D18
Tints of Forest Green #137D18
RGB
CMYK
RGB Variations
Color information
#137D18 (or 0x137D18) is known color: Forest Green. HEX triplet: 13, 7D and 18. RGB value is (19,125,24). Sum of RGB (Red+Green+Blue) = 19+125+24=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #137D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D18 is #EC82E7. Grayscale: #525252. Windows color (decimal): -15500008 or 1604883. OLE color: 1604883.
HSL color Cylindrical-coordinate representation of color #137D18: hue angle of 122.83º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D18 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 24 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.51 |
| HSL | 122.83º | 0.74% | 0.28% | - |
| HSV(B) | 122.83º | 0.85% | 0.49% | - |
| XYZ | 7.77 | 14.87 | 3.33 | - |
| YUV | 81.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 24 | 0.85 | 0 | 0.81 | 0.51 | 122.83 | 0.74 | 0.28 |
| Hex | 13 | 7D | 18 | 55 | 0 | 51 | 33 | 7B | 4A | 1C |
| Octal | 23 | 175 | 30 | 125 | 0 | 121 | 63 | 173 | 112 | 34 |
| Binary | 10011 | 1111101 | 11000 | 1010101 | 0 | 1010001 | 110011 | 1111011 | 1001010 | 11100 |
Color Harmonies of #137D18
Complementary color
Monochromatic Colors of #137D18
Black with #137D18
Text Example
Text Example
White with #137D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D18; }
p { color: rgb(19,125,24); }
H1.HeaderClassName
{
color: #137D18;
}
.AnyTagClassName
{
color: #137D18;
}
</style>
background-color css
<style>
a { background-color: #137D18; }
a { background-color: rgb(19,125,24); }
div.DivClassName
{
background-color: #137D18;
}
.BgClassName
{
background-color: #137D18;
}
</style>
border-color css
<style>
span { border-color: #137D18; }
span { border-color: rgb(19,125,24); }
td.TdClassName
{
border-color: #137D18;
}
.TagClassName
{
border-color: #137D18;
}
</style>