Shades of Forest Green #13741D
Tints of Forest Green #13741D
RGB
CMYK
RGB Variations
Color information
#13741D (or 0x13741D) is known color: Forest Green. HEX triplet: 13, 74 and 1D. RGB value is (19,116,29). Sum of RGB (Red+Green+Blue) = 19+116+29=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #13741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13741D is #EC8BE2. Grayscale: #4D4D4D. Windows color (decimal): -15502307 or 1930259. OLE color: 1930259.
HSL color Cylindrical-coordinate representation of color #13741D: hue angle of 126.19º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13741D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 29 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.55 |
| HSL | 126.19º | 0.72% | 0.26% | - |
| HSV(B) | 126.19º | 0.84% | 0.45% | - |
| XYZ | 6.74 | 12.72 | 3.26 | - |
| YUV | 77.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 29 | 0.84 | 0 | 0.75 | 0.55 | 126.19 | 0.72 | 0.26 |
| Hex | 13 | 74 | 1D | 54 | 0 | 4B | 37 | 7E | 48 | 1A |
| Octal | 23 | 164 | 35 | 124 | 0 | 113 | 67 | 176 | 110 | 32 |
| Binary | 10011 | 1110100 | 11101 | 1010100 | 0 | 1001011 | 110111 | 1111110 | 1001000 | 11010 |
Color Harmonies of #13741D
Complementary color
Monochromatic Colors of #13741D
Black with #13741D
Text Example
Text Example
White with #13741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13741D; }
p { color: rgb(19,116,29); }
H1.HeaderClassName
{
color: #13741D;
}
.AnyTagClassName
{
color: #13741D;
}
</style>
background-color css
<style>
a { background-color: #13741D; }
a { background-color: rgb(19,116,29); }
div.DivClassName
{
background-color: #13741D;
}
.BgClassName
{
background-color: #13741D;
}
</style>
border-color css
<style>
span { border-color: #13741D; }
span { border-color: rgb(19,116,29); }
td.TdClassName
{
border-color: #13741D;
}
.TagClassName
{
border-color: #13741D;
}
</style>