Shades of Forest Green #1F8212
Tints of Forest Green #1F8212
RGB
CMYK
RGB Variations
Color information
#1F8212 (or 0x1F8212) is known color: Forest Green. HEX triplet: 1F, 82 and 12. RGB value is (31,130,18). Sum of RGB (Red+Green+Blue) = 31+130+18=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8212 is #E07DED. Grayscale: #575757. Windows color (decimal): -14712302 or 1212959. OLE color: 1212959.
HSL color Cylindrical-coordinate representation of color #1F8212: hue angle of 113.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F8212 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 18 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.49 |
| HSL | 113.04º | 0.76% | 0.29% | - |
| HSV(B) | 113.04º | 0.86% | 0.51% | - |
| XYZ | 8.66 | 16.3 | 3.26 | - |
| YUV | 87.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 18 | 0.76 | 0 | 0.86 | 0.49 | 113.04 | 0.76 | 0.29 |
| Hex | 1F | 82 | 12 | 4C | 0 | 56 | 31 | 71 | 4C | 1D |
| Octal | 37 | 202 | 22 | 114 | 0 | 126 | 61 | 161 | 114 | 35 |
| Binary | 11111 | 10000010 | 10010 | 1001100 | 0 | 1010110 | 110001 | 1110001 | 1001100 | 11101 |
Color Harmonies of #1F8212
Complementary color
Monochromatic Colors of #1F8212
Black with #1F8212
Text Example
Text Example
White with #1F8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8212; }
p { color: rgb(31,130,18); }
H1.HeaderClassName
{
color: #1F8212;
}
.AnyTagClassName
{
color: #1F8212;
}
</style>
background-color css
<style>
a { background-color: #1F8212; }
a { background-color: rgb(31,130,18); }
div.DivClassName
{
background-color: #1F8212;
}
.BgClassName
{
background-color: #1F8212;
}
</style>
border-color css
<style>
span { border-color: #1F8212; }
span { border-color: rgb(31,130,18); }
td.TdClassName
{
border-color: #1F8212;
}
.TagClassName
{
border-color: #1F8212;
}
</style>