Shades of Forest Green #137219
Tints of Forest Green #137219
RGB
CMYK
RGB Variations
Color information
#137219 (or 0x137219) is known color: Forest Green. HEX triplet: 13, 72 and 19. RGB value is (19,114,25). Sum of RGB (Red+Green+Blue) = 19+114+25=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #137219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137219 is #EC8DE6. Grayscale: #4B4B4B. Windows color (decimal): -15502823 or 1667603. OLE color: 1667603.
HSL color Cylindrical-coordinate representation of color #137219: hue angle of 123.79º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137219 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 25 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.55 |
| HSL | 123.79º | 0.71% | 0.26% | - |
| HSV(B) | 123.79º | 0.83% | 0.45% | - |
| XYZ | 6.46 | 12.24 | 2.94 | - |
| YUV | 75.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 25 | 0.83 | 0 | 0.78 | 0.55 | 123.79 | 0.71 | 0.26 |
| Hex | 13 | 72 | 19 | 53 | 0 | 4E | 37 | 7C | 47 | 1A |
| Octal | 23 | 162 | 31 | 123 | 0 | 116 | 67 | 174 | 107 | 32 |
| Binary | 10011 | 1110010 | 11001 | 1010011 | 0 | 1001110 | 110111 | 1111100 | 1000111 | 11010 |
Color Harmonies of #137219
Complementary color
Monochromatic Colors of #137219
Black with #137219
Text Example
Text Example
White with #137219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137219; }
p { color: rgb(19,114,25); }
H1.HeaderClassName
{
color: #137219;
}
.AnyTagClassName
{
color: #137219;
}
</style>
background-color css
<style>
a { background-color: #137219; }
a { background-color: rgb(19,114,25); }
div.DivClassName
{
background-color: #137219;
}
.BgClassName
{
background-color: #137219;
}
</style>
border-color css
<style>
span { border-color: #137219; }
span { border-color: rgb(19,114,25); }
td.TdClassName
{
border-color: #137219;
}
.TagClassName
{
border-color: #137219;
}
</style>