Shades of Forest Green #137B13
Tints of Forest Green #137B13
RGB
CMYK
RGB Variations
Color information
#137B13 (or 0x137B13) is known color: Forest Green. HEX triplet: 13, 7B and 13. RGB value is (19,123,19). Sum of RGB (Red+Green+Blue) = 19+123+19=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 123 (48.44% from 255 or 76.40% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 123 - color contains mainly: green. Hex color #137B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B13 is #EC84EC. Grayscale: #505050. Windows color (decimal): -15500525 or 1276691. OLE color: 1276691.
HSL color Cylindrical-coordinate representation of color #137B13: hue angle of 120º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B13 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 19 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.52 |
| HSL | 120º | 0.73% | 0.28% | - |
| HSV(B) | 120º | 0.85% | 0.48% | - |
| XYZ | 7.47 | 14.35 | 2.99 | - |
| YUV | 80.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 19 | 0.85 | 0 | 0.85 | 0.52 | 120 | 0.73 | 0.28 |
| Hex | 13 | 7B | 13 | 55 | 0 | 55 | 34 | 78 | 49 | 1C |
| Octal | 23 | 173 | 23 | 125 | 0 | 125 | 64 | 170 | 111 | 34 |
| Binary | 10011 | 1111011 | 10011 | 1010101 | 0 | 1010101 | 110100 | 1111000 | 1001001 | 11100 |
Color Harmonies of #137B13
Complementary color
Monochromatic Colors of #137B13
Black with #137B13
Text Example
Text Example
White with #137B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B13; }
p { color: rgb(19,123,19); }
H1.HeaderClassName
{
color: #137B13;
}
.AnyTagClassName
{
color: #137B13;
}
</style>
background-color css
<style>
a { background-color: #137B13; }
a { background-color: rgb(19,123,19); }
div.DivClassName
{
background-color: #137B13;
}
.BgClassName
{
background-color: #137B13;
}
</style>
border-color css
<style>
span { border-color: #137B13; }
span { border-color: rgb(19,123,19); }
td.TdClassName
{
border-color: #137B13;
}
.TagClassName
{
border-color: #137B13;
}
</style>