Shades of Forest Green #137C27
Tints of Forest Green #137C27
RGB
CMYK
RGB Variations
Color information
#137C27 (or 0x137C27) is known color: Forest Green. HEX triplet: 13, 7C and 27. RGB value is (19,124,39). Sum of RGB (Red+Green+Blue) = 19+124+39=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #137C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C27 is #EC83D8. Grayscale: #535353. Windows color (decimal): -15500249 or 2587667. OLE color: 2587667.
HSL color Cylindrical-coordinate representation of color #137C27: hue angle of 131.43º 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 #137C27 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 39 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.51 |
| HSL | 131.43º | 0.73% | 0.28% | - |
| HSV(B) | 131.43º | 0.85% | 0.49% | - |
| XYZ | 7.84 | 14.7 | 4.34 | - |
| YUV | 82.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 39 | 0.85 | 0 | 0.69 | 0.51 | 131.43 | 0.73 | 0.28 |
| Hex | 13 | 7C | 27 | 55 | 0 | 45 | 33 | 83 | 49 | 1C |
| Octal | 23 | 174 | 47 | 125 | 0 | 105 | 63 | 203 | 111 | 34 |
| Binary | 10011 | 1111100 | 100111 | 1010101 | 0 | 1000101 | 110011 | 10000011 | 1001001 | 11100 |
Color Harmonies of #137C27
Complementary color
Monochromatic Colors of #137C27
Black with #137C27
Text Example
Text Example
White with #137C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C27; }
p { color: rgb(19,124,39); }
H1.HeaderClassName
{
color: #137C27;
}
.AnyTagClassName
{
color: #137C27;
}
</style>
background-color css
<style>
a { background-color: #137C27; }
a { background-color: rgb(19,124,39); }
div.DivClassName
{
background-color: #137C27;
}
.BgClassName
{
background-color: #137C27;
}
</style>
border-color css
<style>
span { border-color: #137C27; }
span { border-color: rgb(19,124,39); }
td.TdClassName
{
border-color: #137C27;
}
.TagClassName
{
border-color: #137C27;
}
</style>