Shades of Forest Green #1F7613
Tints of Forest Green #1F7613
RGB
CMYK
RGB Variations
Color information
#1F7613 (or 0x1F7613) is known color: Forest Green. HEX triplet: 1F, 76 and 13. RGB value is (31,118,19). Sum of RGB (Red+Green+Blue) = 31+118+19=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 118 (46.48% from 255 or 70.24% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7613 is #E089EC. Grayscale: #515151. Windows color (decimal): -14715373 or 1275423. OLE color: 1275423.
HSL color Cylindrical-coordinate representation of color #1F7613: hue angle of 112.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7613 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 19 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.54 |
| HSL | 112.73º | 0.72% | 0.27% | - |
| HSV(B) | 112.73º | 0.84% | 0.46% | - |
| XYZ | 7.16 | 13.3 | 2.8 | - |
| YUV | 80.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 19 | 0.74 | 0 | 0.84 | 0.54 | 112.73 | 0.72 | 0.27 |
| Hex | 1F | 76 | 13 | 4A | 0 | 54 | 36 | 71 | 48 | 1B |
| Octal | 37 | 166 | 23 | 112 | 0 | 124 | 66 | 161 | 110 | 33 |
| Binary | 11111 | 1110110 | 10011 | 1001010 | 0 | 1010100 | 110110 | 1110001 | 1001000 | 11011 |
Color Harmonies of #1F7613
Complementary color
Monochromatic Colors of #1F7613
Black with #1F7613
Text Example
Text Example
White with #1F7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7613; }
p { color: rgb(31,118,19); }
H1.HeaderClassName
{
color: #1F7613;
}
.AnyTagClassName
{
color: #1F7613;
}
</style>
background-color css
<style>
a { background-color: #1F7613; }
a { background-color: rgb(31,118,19); }
div.DivClassName
{
background-color: #1F7613;
}
.BgClassName
{
background-color: #1F7613;
}
</style>
border-color css
<style>
span { border-color: #1F7613; }
span { border-color: rgb(31,118,19); }
td.TdClassName
{
border-color: #1F7613;
}
.TagClassName
{
border-color: #1F7613;
}
</style>