Shades of Forest Green #137D1D
Tints of Forest Green #137D1D
RGB
CMYK
RGB Variations
Color information
#137D1D (or 0x137D1D) is known color: Forest Green. HEX triplet: 13, 7D and 1D. RGB value is (19,125,29). Sum of RGB (Red+Green+Blue) = 19+125+29=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 125 (49.22% from 255 or 72.25% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 125 - color contains mainly: green. Hex color #137D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D1D is #EC82E2. Grayscale: #525252. Windows color (decimal): -15500003 or 1932563. OLE color: 1932563.
HSL color Cylindrical-coordinate representation of color #137D1D: hue angle of 125.66º 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 #137D1D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 29 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.51 |
| HSL | 125.66º | 0.74% | 0.28% | - |
| HSV(B) | 125.66º | 0.85% | 0.49% | - |
| XYZ | 7.82 | 14.89 | 3.62 | - |
| YUV | 82.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 29 | 0.85 | 0 | 0.77 | 0.51 | 125.66 | 0.74 | 0.28 |
| Hex | 13 | 7D | 1D | 55 | 0 | 4D | 33 | 7E | 4A | 1C |
| Octal | 23 | 175 | 35 | 125 | 0 | 115 | 63 | 176 | 112 | 34 |
| Binary | 10011 | 1111101 | 11101 | 1010101 | 0 | 1001101 | 110011 | 1111110 | 1001010 | 11100 |
Color Harmonies of #137D1D
Complementary color
Monochromatic Colors of #137D1D
Black with #137D1D
Text Example
Text Example
White with #137D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D1D; }
p { color: rgb(19,125,29); }
H1.HeaderClassName
{
color: #137D1D;
}
.AnyTagClassName
{
color: #137D1D;
}
</style>
background-color css
<style>
a { background-color: #137D1D; }
a { background-color: rgb(19,125,29); }
div.DivClassName
{
background-color: #137D1D;
}
.BgClassName
{
background-color: #137D1D;
}
</style>
border-color css
<style>
span { border-color: #137D1D; }
span { border-color: rgb(19,125,29); }
td.TdClassName
{
border-color: #137D1D;
}
.TagClassName
{
border-color: #137D1D;
}
</style>