Shades of Forest Green #137C28
Tints of Forest Green #137C28
RGB
CMYK
RGB Variations
Color information
#137C28 (or 0x137C28) is known color: Forest Green. HEX triplet: 13, 7C and 28. RGB value is (19,124,40). Sum of RGB (Red+Green+Blue) = 19+124+40=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #137C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C28 is #EC83D7. Grayscale: #535353. Windows color (decimal): -15500248 or 2653203. OLE color: 2653203.
HSL color Cylindrical-coordinate representation of color #137C28: hue angle of 132º 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 #137C28 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 40 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.51 |
| HSL | 132º | 0.73% | 0.28% | - |
| HSV(B) | 132º | 0.85% | 0.49% | - |
| XYZ | 7.86 | 14.71 | 4.43 | - |
| YUV | 83.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 40 | 0.85 | 0 | 0.68 | 0.51 | 132 | 0.73 | 0.28 |
| Hex | 13 | 7C | 28 | 55 | 0 | 44 | 33 | 84 | 49 | 1C |
| Octal | 23 | 174 | 50 | 125 | 0 | 104 | 63 | 204 | 111 | 34 |
| Binary | 10011 | 1111100 | 101000 | 1010101 | 0 | 1000100 | 110011 | 10000100 | 1001001 | 11100 |
Color Harmonies of #137C28
Complementary color
Monochromatic Colors of #137C28
Black with #137C28
Text Example
Text Example
White with #137C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C28; }
p { color: rgb(19,124,40); }
H1.HeaderClassName
{
color: #137C28;
}
.AnyTagClassName
{
color: #137C28;
}
</style>
background-color css
<style>
a { background-color: #137C28; }
a { background-color: rgb(19,124,40); }
div.DivClassName
{
background-color: #137C28;
}
.BgClassName
{
background-color: #137C28;
}
</style>
border-color css
<style>
span { border-color: #137C28; }
span { border-color: rgb(19,124,40); }
td.TdClassName
{
border-color: #137C28;
}
.TagClassName
{
border-color: #137C28;
}
</style>