Shades of Forest Green #1F8705
Tints of Forest Green #1F8705
RGB
CMYK
RGB Variations
Color information
#1F8705 (or 0x1F8705) is known color: Forest Green. HEX triplet: 1F, 87 and 05. RGB value is (31,135,5). Sum of RGB (Red+Green+Blue) = 31+135+5=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 135 (53.12% from 255 or 78.95% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8705 is #E078FA. Grayscale: #595959. Windows color (decimal): -14711035 or 362271. OLE color: 362271.
HSL color Cylindrical-coordinate representation of color #1F8705: hue angle of 108º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F8705 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 5 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.47 |
| HSL | 108º | 0.93% | 0.27% | - |
| HSV(B) | 108º | 0.96% | 0.53% | - |
| XYZ | 9.26 | 17.63 | 3.06 | - |
| YUV | 89.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 5 | 0.77 | 0 | 0.96 | 0.47 | 108 | 0.93 | 0.27 |
| Hex | 1F | 87 | 5 | 4D | 0 | 60 | 2F | 6C | 5D | 1B |
| Octal | 37 | 207 | 5 | 115 | 0 | 140 | 57 | 154 | 135 | 33 |
| Binary | 11111 | 10000111 | 101 | 1001101 | 0 | 1100000 | 101111 | 1101100 | 1011101 | 11011 |
Color Harmonies of #1F8705
Complementary color
Monochromatic Colors of #1F8705
Black with #1F8705
Text Example
Text Example
White with #1F8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8705; }
p { color: rgb(31,135,5); }
H1.HeaderClassName
{
color: #1F8705;
}
.AnyTagClassName
{
color: #1F8705;
}
</style>
background-color css
<style>
a { background-color: #1F8705; }
a { background-color: rgb(31,135,5); }
div.DivClassName
{
background-color: #1F8705;
}
.BgClassName
{
background-color: #1F8705;
}
</style>
border-color css
<style>
span { border-color: #1F8705; }
span { border-color: rgb(31,135,5); }
td.TdClassName
{
border-color: #1F8705;
}
.TagClassName
{
border-color: #1F8705;
}
</style>