Shades of Forest Green #1F8625
Tints of Forest Green #1F8625
RGB
CMYK
RGB Variations
Color information
#1F8625 (or 0x1F8625) is known color: Forest Green. HEX triplet: 1F, 86 and 25. RGB value is (31,134,37). Sum of RGB (Red+Green+Blue) = 31+134+37=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8625 is #E079DA. Grayscale: #5C5C5C. Windows color (decimal): -14711259 or 2459167. OLE color: 2459167.
HSL color Cylindrical-coordinate representation of color #1F8625: hue angle of 123.5º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8625 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 37 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.47 |
| HSL | 123.5º | 0.62% | 0.32% | - |
| HSV(B) | 123.5º | 0.77% | 0.53% | - |
| XYZ | 9.42 | 17.48 | 4.63 | - |
| YUV | 92.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 37 | 0.77 | 0 | 0.72 | 0.47 | 123.5 | 0.62 | 0.32 |
| Hex | 1F | 86 | 25 | 4D | 0 | 48 | 2F | 7B | 3E | 20 |
| Octal | 37 | 206 | 45 | 115 | 0 | 110 | 57 | 173 | 76 | 40 |
| Binary | 11111 | 10000110 | 100101 | 1001101 | 0 | 1001000 | 101111 | 1111011 | 111110 | 100000 |
Color Harmonies of #1F8625
Complementary color
Monochromatic Colors of #1F8625
Black with #1F8625
Text Example
Text Example
White with #1F8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8625; }
p { color: rgb(31,134,37); }
H1.HeaderClassName
{
color: #1F8625;
}
.AnyTagClassName
{
color: #1F8625;
}
</style>
background-color css
<style>
a { background-color: #1F8625; }
a { background-color: rgb(31,134,37); }
div.DivClassName
{
background-color: #1F8625;
}
.BgClassName
{
background-color: #1F8625;
}
</style>
border-color css
<style>
span { border-color: #1F8625; }
span { border-color: rgb(31,134,37); }
td.TdClassName
{
border-color: #1F8625;
}
.TagClassName
{
border-color: #1F8625;
}
</style>