Shades of Forest Green #13731F
Tints of Forest Green #13731F
RGB
CMYK
RGB Variations
Color information
#13731F (or 0x13731F) is known color: Forest Green. HEX triplet: 13, 73 and 1F. RGB value is (19,115,31). Sum of RGB (Red+Green+Blue) = 19+115+31=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #13731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13731F is #EC8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15502561 or 2061075. OLE color: 2061075.
HSL color Cylindrical-coordinate representation of color #13731F: hue angle of 127.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13731F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 31 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.55 |
| HSL | 127.5º | 0.72% | 0.26% | - |
| HSV(B) | 127.5º | 0.83% | 0.45% | - |
| XYZ | 6.65 | 12.5 | 3.36 | - |
| YUV | 76.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 31 | 0.83 | 0 | 0.73 | 0.55 | 127.5 | 0.72 | 0.26 |
| Hex | 13 | 73 | 1F | 53 | 0 | 49 | 37 | 80 | 48 | 1A |
| Octal | 23 | 163 | 37 | 123 | 0 | 111 | 67 | 200 | 110 | 32 |
| Binary | 10011 | 1110011 | 11111 | 1010011 | 0 | 1001001 | 110111 | 10000000 | 1001000 | 11010 |
Color Harmonies of #13731F
Complementary color
Monochromatic Colors of #13731F
Black with #13731F
Text Example
Text Example
White with #13731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13731F; }
p { color: rgb(19,115,31); }
H1.HeaderClassName
{
color: #13731F;
}
.AnyTagClassName
{
color: #13731F;
}
</style>
background-color css
<style>
a { background-color: #13731F; }
a { background-color: rgb(19,115,31); }
div.DivClassName
{
background-color: #13731F;
}
.BgClassName
{
background-color: #13731F;
}
</style>
border-color css
<style>
span { border-color: #13731F; }
span { border-color: rgb(19,115,31); }
td.TdClassName
{
border-color: #13731F;
}
.TagClassName
{
border-color: #13731F;
}
</style>