Shades of Forest Green #137C22
Tints of Forest Green #137C22
RGB
CMYK
RGB Variations
Color information
#137C22 (or 0x137C22) is known color: Forest Green. HEX triplet: 13, 7C and 22. RGB value is (19,124,34). Sum of RGB (Red+Green+Blue) = 19+124+34=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #137C22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C22 is #EC83DD. Grayscale: #525252. Windows color (decimal): -15500254 or 2259987. OLE color: 2259987.
HSL color Cylindrical-coordinate representation of color #137C22: hue angle of 128.57º degrees, saturation: 0.73, 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 #137C22 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 34 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.51 |
| HSL | 128.57º | 0.73% | 0.28% | - |
| HSV(B) | 128.57º | 0.85% | 0.49% | - |
| XYZ | 7.76 | 14.67 | 3.94 | - |
| YUV | 82.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 34 | 0.85 | 0 | 0.73 | 0.51 | 128.57 | 0.73 | 0.28 |
| Hex | 13 | 7C | 22 | 55 | 0 | 49 | 33 | 81 | 49 | 1C |
| Octal | 23 | 174 | 42 | 125 | 0 | 111 | 63 | 201 | 111 | 34 |
| Binary | 10011 | 1111100 | 100010 | 1010101 | 0 | 1001001 | 110011 | 10000001 | 1001001 | 11100 |
Color Harmonies of #137C22
Complementary color
Monochromatic Colors of #137C22
Black with #137C22
Text Example
Text Example
White with #137C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C22; }
p { color: rgb(19,124,34); }
H1.HeaderClassName
{
color: #137C22;
}
.AnyTagClassName
{
color: #137C22;
}
</style>
background-color css
<style>
a { background-color: #137C22; }
a { background-color: rgb(19,124,34); }
div.DivClassName
{
background-color: #137C22;
}
.BgClassName
{
background-color: #137C22;
}
</style>
border-color css
<style>
span { border-color: #137C22; }
span { border-color: rgb(19,124,34); }
td.TdClassName
{
border-color: #137C22;
}
.TagClassName
{
border-color: #137C22;
}
</style>