Shades of Forest Green #13901D
Tints of Forest Green #13901D
RGB
CMYK
RGB Variations
Color information
#13901D (or 0x13901D) is known color: Forest Green. HEX triplet: 13, 90 and 1D. RGB value is (19,144,29). Sum of RGB (Red+Green+Blue) = 19+144+29=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #13901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13901D is #EC6FE2. Grayscale: #5D5D5D. Windows color (decimal): -15495139 or 1937427. OLE color: 1937427.
HSL color Cylindrical-coordinate representation of color #13901D: hue angle of 124.8º 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 #13901D is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 29 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.44 |
| HSL | 124.8º | 0.77% | 0.32% | - |
| HSV(B) | 124.8º | 0.87% | 0.56% | - |
| XYZ | 10.46 | 20.17 | 4.5 | - |
| YUV | 93.52 | 91.59 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 29 | 0.87 | 0 | 0.80 | 0.44 | 124.8 | 0.77 | 0.32 |
| Hex | 13 | 90 | 1D | 57 | 0 | 50 | 2C | 7D | 4D | 20 |
| Octal | 23 | 220 | 35 | 127 | 0 | 120 | 54 | 175 | 115 | 40 |
| Binary | 10011 | 10010000 | 11101 | 1010111 | 0 | 1010000 | 101100 | 1111101 | 1001101 | 100000 |
Color Harmonies of #13901D
Complementary color
Monochromatic Colors of #13901D
Black with #13901D
Text Example
Text Example
White with #13901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13901D; }
p { color: rgb(19,144,29); }
H1.HeaderClassName
{
color: #13901D;
}
.AnyTagClassName
{
color: #13901D;
}
</style>
background-color css
<style>
a { background-color: #13901D; }
a { background-color: rgb(19,144,29); }
div.DivClassName
{
background-color: #13901D;
}
.BgClassName
{
background-color: #13901D;
}
</style>
border-color css
<style>
span { border-color: #13901D; }
span { border-color: rgb(19,144,29); }
td.TdClassName
{
border-color: #13901D;
}
.TagClassName
{
border-color: #13901D;
}
</style>