Shades of Forest Green #137F24
Tints of Forest Green #137F24
RGB
CMYK
RGB Variations
Color information
#137F24 (or 0x137F24) is known color: Forest Green. HEX triplet: 13, 7F and 24. RGB value is (19,127,36). Sum of RGB (Red+Green+Blue) = 19+127+36=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #137F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F24 is #EC80DB. Grayscale: #545454. Windows color (decimal): -15499484 or 2391827. OLE color: 2391827.
HSL color Cylindrical-coordinate representation of color #137F24: hue angle of 129.44º 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 #137F24 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 36 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.50 |
| HSL | 129.44º | 0.74% | 0.29% | - |
| HSV(B) | 129.44º | 0.85% | 0.5% | - |
| XYZ | 8.18 | 15.44 | 4.22 | - |
| YUV | 84.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 36 | 0.85 | 0 | 0.72 | 0.50 | 129.44 | 0.74 | 0.29 |
| Hex | 13 | 7F | 24 | 55 | 0 | 48 | 32 | 81 | 4A | 1D |
| Octal | 23 | 177 | 44 | 125 | 0 | 110 | 62 | 201 | 112 | 35 |
| Binary | 10011 | 1111111 | 100100 | 1010101 | 0 | 1001000 | 110010 | 10000001 | 1001010 | 11101 |
Color Harmonies of #137F24
Complementary color
Monochromatic Colors of #137F24
Black with #137F24
Text Example
Text Example
White with #137F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F24; }
p { color: rgb(19,127,36); }
H1.HeaderClassName
{
color: #137F24;
}
.AnyTagClassName
{
color: #137F24;
}
</style>
background-color css
<style>
a { background-color: #137F24; }
a { background-color: rgb(19,127,36); }
div.DivClassName
{
background-color: #137F24;
}
.BgClassName
{
background-color: #137F24;
}
</style>
border-color css
<style>
span { border-color: #137F24; }
span { border-color: rgb(19,127,36); }
td.TdClassName
{
border-color: #137F24;
}
.TagClassName
{
border-color: #137F24;
}
</style>