Shades of Forest Green #13911E
Tints of Forest Green #13911E
RGB
CMYK
RGB Variations
Color information
#13911E (or 0x13911E) is known color: Forest Green. HEX triplet: 13, 91 and 1E. RGB value is (19,145,30). Sum of RGB (Red+Green+Blue) = 19+145+30=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #13911E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13911E is #EC6EE1. Grayscale: #5E5E5E. Windows color (decimal): -15494882 or 2003219. OLE color: 2003219.
HSL color Cylindrical-coordinate representation of color #13911E: hue angle of 125.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13911E is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 30 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.43 |
| HSL | 125.24º | 0.77% | 0.32% | - |
| HSV(B) | 125.24º | 0.87% | 0.57% | - |
| XYZ | 10.63 | 20.48 | 4.62 | - |
| YUV | 94.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 30 | 0.87 | 0 | 0.79 | 0.43 | 125.24 | 0.77 | 0.32 |
| Hex | 13 | 91 | 1E | 57 | 0 | 4F | 2B | 7D | 4D | 20 |
| Octal | 23 | 221 | 36 | 127 | 0 | 117 | 53 | 175 | 115 | 40 |
| Binary | 10011 | 10010001 | 11110 | 1010111 | 0 | 1001111 | 101011 | 1111101 | 1001101 | 100000 |
Color Harmonies of #13911E
Complementary color
Monochromatic Colors of #13911E
Black with #13911E
Text Example
Text Example
White with #13911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13911E; }
p { color: rgb(19,145,30); }
H1.HeaderClassName
{
color: #13911E;
}
.AnyTagClassName
{
color: #13911E;
}
</style>
background-color css
<style>
a { background-color: #13911E; }
a { background-color: rgb(19,145,30); }
div.DivClassName
{
background-color: #13911E;
}
.BgClassName
{
background-color: #13911E;
}
</style>
border-color css
<style>
span { border-color: #13911E; }
span { border-color: rgb(19,145,30); }
td.TdClassName
{
border-color: #13911E;
}
.TagClassName
{
border-color: #13911E;
}
</style>