Shades of Forest Green #1F7214
Tints of Forest Green #1F7214
RGB
CMYK
RGB Variations
Color information
#1F7214 (or 0x1F7214) is known color: Forest Green. HEX triplet: 1F, 72 and 14. RGB value is (31,114,20). Sum of RGB (Red+Green+Blue) = 31+114+20=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7214 is #E08DEB. Grayscale: #4E4E4E. Windows color (decimal): -14716396 or 1339935. OLE color: 1339935.
HSL color Cylindrical-coordinate representation of color #1F7214: hue angle of 112.98º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7214 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 20 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.55 |
| HSL | 112.98º | 0.7% | 0.26% | - |
| HSV(B) | 112.98º | 0.82% | 0.45% | - |
| XYZ | 6.71 | 12.38 | 2.7 | - |
| YUV | 78.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 20 | 0.73 | 0 | 0.82 | 0.55 | 112.98 | 0.7 | 0.26 |
| Hex | 1F | 72 | 14 | 49 | 0 | 52 | 37 | 71 | 46 | 1A |
| Octal | 37 | 162 | 24 | 111 | 0 | 122 | 67 | 161 | 106 | 32 |
| Binary | 11111 | 1110010 | 10100 | 1001001 | 0 | 1010010 | 110111 | 1110001 | 1000110 | 11010 |
Color Harmonies of #1F7214
Complementary color
Monochromatic Colors of #1F7214
Black with #1F7214
Text Example
Text Example
White with #1F7214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7214; }
p { color: rgb(31,114,20); }
H1.HeaderClassName
{
color: #1F7214;
}
.AnyTagClassName
{
color: #1F7214;
}
</style>
background-color css
<style>
a { background-color: #1F7214; }
a { background-color: rgb(31,114,20); }
div.DivClassName
{
background-color: #1F7214;
}
.BgClassName
{
background-color: #1F7214;
}
</style>
border-color css
<style>
span { border-color: #1F7214; }
span { border-color: rgb(31,114,20); }
td.TdClassName
{
border-color: #1F7214;
}
.TagClassName
{
border-color: #1F7214;
}
</style>