Shades of Forest Green #13901E
Tints of Forest Green #13901E
RGB
CMYK
RGB Variations
Color information
#13901E (or 0x13901E) is known color: Forest Green. HEX triplet: 13, 90 and 1E. RGB value is (19,144,30). Sum of RGB (Red+Green+Blue) = 19+144+30=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #13901E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13901E is #EC6FE1. Grayscale: #5D5D5D. Windows color (decimal): -15495138 or 2002963. OLE color: 2002963.
HSL color Cylindrical-coordinate representation of color #13901E: hue angle of 125.28º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13901E is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 30 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.44 |
| HSL | 125.28º | 0.77% | 0.32% | - |
| HSV(B) | 125.28º | 0.87% | 0.56% | - |
| XYZ | 10.48 | 20.18 | 4.57 | - |
| YUV | 93.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 30 | 0.87 | 0 | 0.79 | 0.44 | 125.28 | 0.77 | 0.32 |
| Hex | 13 | 90 | 1E | 57 | 0 | 4F | 2C | 7D | 4D | 20 |
| Octal | 23 | 220 | 36 | 127 | 0 | 117 | 54 | 175 | 115 | 40 |
| Binary | 10011 | 10010000 | 11110 | 1010111 | 0 | 1001111 | 101100 | 1111101 | 1001101 | 100000 |
Color Harmonies of #13901E
Complementary color
Monochromatic Colors of #13901E
Black with #13901E
Text Example
Text Example
White with #13901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13901E; }
p { color: rgb(19,144,30); }
H1.HeaderClassName
{
color: #13901E;
}
.AnyTagClassName
{
color: #13901E;
}
</style>
background-color css
<style>
a { background-color: #13901E; }
a { background-color: rgb(19,144,30); }
div.DivClassName
{
background-color: #13901E;
}
.BgClassName
{
background-color: #13901E;
}
</style>
border-color css
<style>
span { border-color: #13901E; }
span { border-color: rgb(19,144,30); }
td.TdClassName
{
border-color: #13901E;
}
.TagClassName
{
border-color: #13901E;
}
</style>