Shades of Forest Green #13971E
Tints of Forest Green #13971E
RGB
CMYK
RGB Variations
Color information
#13971E (or 0x13971E) is known color: Forest Green. HEX triplet: 13, 97 and 1E. RGB value is (19,151,30). Sum of RGB (Red+Green+Blue) = 19+151+30=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #13971E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13971E is #EC68E1. Grayscale: #626262. Windows color (decimal): -15493346 or 2004755. OLE color: 2004755.
HSL color Cylindrical-coordinate representation of color #13971E: hue angle of 125º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13971E is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 30 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.41 |
| HSL | 125º | 0.78% | 0.33% | - |
| HSV(B) | 125º | 0.87% | 0.59% | - |
| XYZ | 11.57 | 22.37 | 4.94 | - |
| YUV | 97.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 30 | 0.87 | 0 | 0.80 | 0.41 | 125 | 0.78 | 0.33 |
| Hex | 13 | 97 | 1E | 57 | 0 | 50 | 29 | 7D | 4E | 21 |
| Octal | 23 | 227 | 36 | 127 | 0 | 120 | 51 | 175 | 116 | 41 |
| Binary | 10011 | 10010111 | 11110 | 1010111 | 0 | 1010000 | 101001 | 1111101 | 1001110 | 100001 |
Color Harmonies of #13971E
Complementary color
Monochromatic Colors of #13971E
Black with #13971E
Text Example
Text Example
White with #13971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13971E; }
p { color: rgb(19,151,30); }
H1.HeaderClassName
{
color: #13971E;
}
.AnyTagClassName
{
color: #13971E;
}
</style>
background-color css
<style>
a { background-color: #13971E; }
a { background-color: rgb(19,151,30); }
div.DivClassName
{
background-color: #13971E;
}
.BgClassName
{
background-color: #13971E;
}
</style>
border-color css
<style>
span { border-color: #13971E; }
span { border-color: rgb(19,151,30); }
td.TdClassName
{
border-color: #13971E;
}
.TagClassName
{
border-color: #13971E;
}
</style>