Shades of Forest Green #137D17
Tints of Forest Green #137D17
RGB
CMYK
RGB Variations
Color information
#137D17 (or 0x137D17) is known color: Forest Green. HEX triplet: 13, 7D and 17. RGB value is (19,125,23). Sum of RGB (Red+Green+Blue) = 19+125+23=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #137D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D17 is #EC82E8. Grayscale: #515151. Windows color (decimal): -15500009 or 1539347. OLE color: 1539347.
HSL color Cylindrical-coordinate representation of color #137D17: hue angle of 122.26º 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 #137D17 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 23 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.51 |
| HSL | 122.26º | 0.74% | 0.28% | - |
| HSV(B) | 122.26º | 0.85% | 0.49% | - |
| XYZ | 7.76 | 14.87 | 3.27 | - |
| YUV | 81.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 23 | 0.85 | 0 | 0.82 | 0.51 | 122.26 | 0.74 | 0.28 |
| Hex | 13 | 7D | 17 | 55 | 0 | 52 | 33 | 7A | 4A | 1C |
| Octal | 23 | 175 | 27 | 125 | 0 | 122 | 63 | 172 | 112 | 34 |
| Binary | 10011 | 1111101 | 10111 | 1010101 | 0 | 1010010 | 110011 | 1111010 | 1001010 | 11100 |
Color Harmonies of #137D17
Complementary color
Monochromatic Colors of #137D17
Black with #137D17
Text Example
Text Example
White with #137D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D17; }
p { color: rgb(19,125,23); }
H1.HeaderClassName
{
color: #137D17;
}
.AnyTagClassName
{
color: #137D17;
}
</style>
background-color css
<style>
a { background-color: #137D17; }
a { background-color: rgb(19,125,23); }
div.DivClassName
{
background-color: #137D17;
}
.BgClassName
{
background-color: #137D17;
}
</style>
border-color css
<style>
span { border-color: #137D17; }
span { border-color: rgb(19,125,23); }
td.TdClassName
{
border-color: #137D17;
}
.TagClassName
{
border-color: #137D17;
}
</style>