Shades of Forest Green #1F821F
Tints of Forest Green #1F821F
RGB
CMYK
RGB Variations
Color information
#1F821F (or 0x1F821F) is known color: Forest Green. HEX triplet: 1F, 82 and 1F. RGB value is (31,130,31). Sum of RGB (Red+Green+Blue) = 31+130+31=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #1F821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F821F is #E07DE0. Grayscale: #595959. Windows color (decimal): -14712289 or 2064927. OLE color: 2064927.
HSL color Cylindrical-coordinate representation of color #1F821F: hue angle of 120º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F821F is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 31 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.49 |
| HSL | 120º | 0.61% | 0.32% | - |
| HSV(B) | 120º | 0.76% | 0.51% | - |
| XYZ | 8.8 | 16.36 | 3.99 | - |
| YUV | 89.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 31 | 0.76 | 0 | 0.76 | 0.49 | 120 | 0.61 | 0.32 |
| Hex | 1F | 82 | 1F | 4C | 0 | 4C | 31 | 78 | 3D | 20 |
| Octal | 37 | 202 | 37 | 114 | 0 | 114 | 61 | 170 | 75 | 40 |
| Binary | 11111 | 10000010 | 11111 | 1001100 | 0 | 1001100 | 110001 | 1111000 | 111101 | 100000 |
Color Harmonies of #1F821F
Complementary color
Monochromatic Colors of #1F821F
Black with #1F821F
Text Example
Text Example
White with #1F821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F821F; }
p { color: rgb(31,130,31); }
H1.HeaderClassName
{
color: #1F821F;
}
.AnyTagClassName
{
color: #1F821F;
}
</style>
background-color css
<style>
a { background-color: #1F821F; }
a { background-color: rgb(31,130,31); }
div.DivClassName
{
background-color: #1F821F;
}
.BgClassName
{
background-color: #1F821F;
}
</style>
border-color css
<style>
span { border-color: #1F821F; }
span { border-color: rgb(31,130,31); }
td.TdClassName
{
border-color: #1F821F;
}
.TagClassName
{
border-color: #1F821F;
}
</style>