Shades of Forest Green #1F690F
Tints of Forest Green #1F690F
RGB
CMYK
RGB Variations
Color information
#1F690F (or 0x1F690F) is known color: Forest Green. HEX triplet: 1F, 69 and 0F. RGB value is (31,105,15). Sum of RGB (Red+Green+Blue) = 31+105+15=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #1F690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F690F is #E096F0. Grayscale: #484848. Windows color (decimal): -14718705 or 1009951. OLE color: 1009951.
HSL color Cylindrical-coordinate representation of color #1F690F: hue angle of 109.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F690F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 15 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.59 |
| HSL | 109.33º | 0.75% | 0.24% | - |
| HSV(B) | 109.33º | 0.86% | 0.41% | - |
| XYZ | 5.7 | 10.43 | 2.16 | - |
| YUV | 72.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 15 | 0.70 | 0 | 0.86 | 0.59 | 109.33 | 0.75 | 0.24 |
| Hex | 1F | 69 | F | 46 | 0 | 56 | 3B | 6D | 4B | 18 |
| Octal | 37 | 151 | 17 | 106 | 0 | 126 | 73 | 155 | 113 | 30 |
| Binary | 11111 | 1101001 | 1111 | 1000110 | 0 | 1010110 | 111011 | 1101101 | 1001011 | 11000 |
Color Harmonies of #1F690F
Complementary color
Monochromatic Colors of #1F690F
Black with #1F690F
Text Example
Text Example
White with #1F690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F690F; }
p { color: rgb(31,105,15); }
H1.HeaderClassName
{
color: #1F690F;
}
.AnyTagClassName
{
color: #1F690F;
}
</style>
background-color css
<style>
a { background-color: #1F690F; }
a { background-color: rgb(31,105,15); }
div.DivClassName
{
background-color: #1F690F;
}
.BgClassName
{
background-color: #1F690F;
}
</style>
border-color css
<style>
span { border-color: #1F690F; }
span { border-color: rgb(31,105,15); }
td.TdClassName
{
border-color: #1F690F;
}
.TagClassName
{
border-color: #1F690F;
}
</style>