Shades of Forest Green #13861D
Tints of Forest Green #13861D
RGB
CMYK
RGB Variations
Color information
#13861D (or 0x13861D) is known color: Forest Green. HEX triplet: 13, 86 and 1D. RGB value is (19,134,29). Sum of RGB (Red+Green+Blue) = 19+134+29=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #13861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13861D is #EC79E2. Grayscale: #575757. Windows color (decimal): -15497699 or 1934867. OLE color: 1934867.
HSL color Cylindrical-coordinate representation of color #13861D: hue angle of 125.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13861D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 29 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.47 |
| HSL | 125.22º | 0.75% | 0.3% | - |
| HSV(B) | 125.22º | 0.86% | 0.53% | - |
| XYZ | 9.02 | 17.28 | 4.02 | - |
| YUV | 87.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 29 | 0.86 | 0 | 0.78 | 0.47 | 125.22 | 0.75 | 0.3 |
| Hex | 13 | 86 | 1D | 56 | 0 | 4E | 2F | 7D | 4B | 1E |
| Octal | 23 | 206 | 35 | 126 | 0 | 116 | 57 | 175 | 113 | 36 |
| Binary | 10011 | 10000110 | 11101 | 1010110 | 0 | 1001110 | 101111 | 1111101 | 1001011 | 11110 |
Color Harmonies of #13861D
Complementary color
Monochromatic Colors of #13861D
Black with #13861D
Text Example
Text Example
White with #13861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13861D; }
p { color: rgb(19,134,29); }
H1.HeaderClassName
{
color: #13861D;
}
.AnyTagClassName
{
color: #13861D;
}
</style>
background-color css
<style>
a { background-color: #13861D; }
a { background-color: rgb(19,134,29); }
div.DivClassName
{
background-color: #13861D;
}
.BgClassName
{
background-color: #13861D;
}
</style>
border-color css
<style>
span { border-color: #13861D; }
span { border-color: rgb(19,134,29); }
td.TdClassName
{
border-color: #13861D;
}
.TagClassName
{
border-color: #13861D;
}
</style>