Shades of Forest Green #137F18
Tints of Forest Green #137F18
RGB
CMYK
RGB Variations
Color information
#137F18 (or 0x137F18) is known color: Forest Green. HEX triplet: 13, 7F and 18. RGB value is (19,127,24). Sum of RGB (Red+Green+Blue) = 19+127+24=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 127 (50% from 255 or 74.71% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 127 - color contains mainly: green. Hex color #137F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F18 is #EC80E7. Grayscale: #535353. Windows color (decimal): -15499496 or 1605395. OLE color: 1605395.
HSL color Cylindrical-coordinate representation of color #137F18: hue angle of 122.78º 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 #137F18 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 24 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.50 |
| HSL | 122.78º | 0.74% | 0.29% | - |
| HSV(B) | 122.78º | 0.85% | 0.5% | - |
| XYZ | 8.02 | 15.38 | 3.41 | - |
| YUV | 82.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 24 | 0.85 | 0 | 0.81 | 0.50 | 122.78 | 0.74 | 0.29 |
| Hex | 13 | 7F | 18 | 55 | 0 | 51 | 32 | 7B | 4A | 1D |
| Octal | 23 | 177 | 30 | 125 | 0 | 121 | 62 | 173 | 112 | 35 |
| Binary | 10011 | 1111111 | 11000 | 1010101 | 0 | 1010001 | 110010 | 1111011 | 1001010 | 11101 |
Color Harmonies of #137F18
Complementary color
Monochromatic Colors of #137F18
Black with #137F18
Text Example
Text Example
White with #137F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F18; }
p { color: rgb(19,127,24); }
H1.HeaderClassName
{
color: #137F18;
}
.AnyTagClassName
{
color: #137F18;
}
</style>
background-color css
<style>
a { background-color: #137F18; }
a { background-color: rgb(19,127,24); }
div.DivClassName
{
background-color: #137F18;
}
.BgClassName
{
background-color: #137F18;
}
</style>
border-color css
<style>
span { border-color: #137F18; }
span { border-color: rgb(19,127,24); }
td.TdClassName
{
border-color: #137F18;
}
.TagClassName
{
border-color: #137F18;
}
</style>