Shades of Forest Green #1F7314
Tints of Forest Green #1F7314
RGB
CMYK
RGB Variations
Color information
#1F7314 (or 0x1F7314) is known color: Forest Green. HEX triplet: 1F, 73 and 14. RGB value is (31,115,20). Sum of RGB (Red+Green+Blue) = 31+115+20=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7314 is #E08CEB. Grayscale: #4F4F4F. Windows color (decimal): -14716140 or 1340191. OLE color: 1340191.
HSL color Cylindrical-coordinate representation of color #1F7314: hue angle of 113.05º degrees, saturation: 0.7, 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 #1F7314 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 20 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.55 |
| HSL | 113.05º | 0.7% | 0.26% | - |
| HSV(B) | 113.05º | 0.83% | 0.45% | - |
| XYZ | 6.82 | 12.6 | 2.73 | - |
| YUV | 79.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 20 | 0.73 | 0 | 0.83 | 0.55 | 113.05 | 0.7 | 0.26 |
| Hex | 1F | 73 | 14 | 49 | 0 | 53 | 37 | 71 | 46 | 1A |
| Octal | 37 | 163 | 24 | 111 | 0 | 123 | 67 | 161 | 106 | 32 |
| Binary | 11111 | 1110011 | 10100 | 1001001 | 0 | 1010011 | 110111 | 1110001 | 1000110 | 11010 |
Color Harmonies of #1F7314
Complementary color
Monochromatic Colors of #1F7314
Black with #1F7314
Text Example
Text Example
White with #1F7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7314; }
p { color: rgb(31,115,20); }
H1.HeaderClassName
{
color: #1F7314;
}
.AnyTagClassName
{
color: #1F7314;
}
</style>
background-color css
<style>
a { background-color: #1F7314; }
a { background-color: rgb(31,115,20); }
div.DivClassName
{
background-color: #1F7314;
}
.BgClassName
{
background-color: #1F7314;
}
</style>
border-color css
<style>
span { border-color: #1F7314; }
span { border-color: rgb(31,115,20); }
td.TdClassName
{
border-color: #1F7314;
}
.TagClassName
{
border-color: #1F7314;
}
</style>