Shades of Forest Green #137F20
Tints of Forest Green #137F20
RGB
CMYK
RGB Variations
Color information
#137F20 (or 0x137F20) is known color: Forest Green. HEX triplet: 13, 7F and 20. RGB value is (19,127,32). Sum of RGB (Red+Green+Blue) = 19+127+32=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 127 (50% from 255 or 71.35% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 127 - color contains mainly: green. Hex color #137F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F20 is #EC80DF. Grayscale: #545454. Windows color (decimal): -15499488 or 2129683. OLE color: 2129683.
HSL color Cylindrical-coordinate representation of color #137F20: hue angle of 127.22º 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 #137F20 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 32 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.50 |
| HSL | 127.22º | 0.74% | 0.29% | - |
| HSV(B) | 127.22º | 0.85% | 0.5% | - |
| XYZ | 8.12 | 15.42 | 3.92 | - |
| YUV | 83.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 32 | 0.85 | 0 | 0.75 | 0.50 | 127.22 | 0.74 | 0.29 |
| Hex | 13 | 7F | 20 | 55 | 0 | 4B | 32 | 7F | 4A | 1D |
| Octal | 23 | 177 | 40 | 125 | 0 | 113 | 62 | 177 | 112 | 35 |
| Binary | 10011 | 1111111 | 100000 | 1010101 | 0 | 1001011 | 110010 | 1111111 | 1001010 | 11101 |
Color Harmonies of #137F20
Complementary color
Monochromatic Colors of #137F20
Black with #137F20
Text Example
Text Example
White with #137F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F20; }
p { color: rgb(19,127,32); }
H1.HeaderClassName
{
color: #137F20;
}
.AnyTagClassName
{
color: #137F20;
}
</style>
background-color css
<style>
a { background-color: #137F20; }
a { background-color: rgb(19,127,32); }
div.DivClassName
{
background-color: #137F20;
}
.BgClassName
{
background-color: #137F20;
}
</style>
border-color css
<style>
span { border-color: #137F20; }
span { border-color: rgb(19,127,32); }
td.TdClassName
{
border-color: #137F20;
}
.TagClassName
{
border-color: #137F20;
}
</style>