Shades of Forest Green #1F8F05
Tints of Forest Green #1F8F05
RGB
CMYK
RGB Variations
Color information
#1F8F05 (or 0x1F8F05) is known color: Forest Green. HEX triplet: 1F, 8F and 05. RGB value is (31,143,5). Sum of RGB (Red+Green+Blue) = 31+143+5=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 143 (56.25% from 255 or 79.89% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8F05 is #E070FA. Grayscale: #5E5E5E. Windows color (decimal): -14708987 or 364319. OLE color: 364319.
HSL color Cylindrical-coordinate representation of color #1F8F05: hue angle of 108.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F8F05 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 5 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.44 |
| HSL | 108.7º | 0.93% | 0.29% | - |
| HSV(B) | 108.7º | 0.97% | 0.56% | - |
| XYZ | 10.41 | 19.95 | 3.44 | - |
| YUV | 93.78 | 77.89 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 5 | 0.78 | 0 | 0.97 | 0.44 | 108.7 | 0.93 | 0.29 |
| Hex | 1F | 8F | 5 | 4E | 0 | 61 | 2C | 6D | 5D | 1D |
| Octal | 37 | 217 | 5 | 116 | 0 | 141 | 54 | 155 | 135 | 35 |
| Binary | 11111 | 10001111 | 101 | 1001110 | 0 | 1100001 | 101100 | 1101101 | 1011101 | 11101 |
Color Harmonies of #1F8F05
Complementary color
Monochromatic Colors of #1F8F05
Black with #1F8F05
Text Example
Text Example
White with #1F8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F05; }
p { color: rgb(31,143,5); }
H1.HeaderClassName
{
color: #1F8F05;
}
.AnyTagClassName
{
color: #1F8F05;
}
</style>
background-color css
<style>
a { background-color: #1F8F05; }
a { background-color: rgb(31,143,5); }
div.DivClassName
{
background-color: #1F8F05;
}
.BgClassName
{
background-color: #1F8F05;
}
</style>
border-color css
<style>
span { border-color: #1F8F05; }
span { border-color: rgb(31,143,5); }
td.TdClassName
{
border-color: #1F8F05;
}
.TagClassName
{
border-color: #1F8F05;
}
</style>