Shades of Forest Green #1F8213
Tints of Forest Green #1F8213
RGB
CMYK
RGB Variations
Color information
#1F8213 (or 0x1F8213) is known color: Forest Green. HEX triplet: 1F, 82 and 13. RGB value is (31,130,19). Sum of RGB (Red+Green+Blue) = 31+130+19=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8213 is #E07DEC. Grayscale: #585858. Windows color (decimal): -14712301 or 1278495. OLE color: 1278495.
HSL color Cylindrical-coordinate representation of color #1F8213: hue angle of 113.51º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8213 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 19 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.49 |
| HSL | 113.51º | 0.74% | 0.29% | - |
| HSV(B) | 113.51º | 0.85% | 0.51% | - |
| XYZ | 8.67 | 16.3 | 3.31 | - |
| YUV | 87.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 19 | 0.76 | 0 | 0.85 | 0.49 | 113.51 | 0.74 | 0.29 |
| Hex | 1F | 82 | 13 | 4C | 0 | 55 | 31 | 72 | 4A | 1D |
| Octal | 37 | 202 | 23 | 114 | 0 | 125 | 61 | 162 | 112 | 35 |
| Binary | 11111 | 10000010 | 10011 | 1001100 | 0 | 1010101 | 110001 | 1110010 | 1001010 | 11101 |
Color Harmonies of #1F8213
Complementary color
Monochromatic Colors of #1F8213
Black with #1F8213
Text Example
Text Example
White with #1F8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8213; }
p { color: rgb(31,130,19); }
H1.HeaderClassName
{
color: #1F8213;
}
.AnyTagClassName
{
color: #1F8213;
}
</style>
background-color css
<style>
a { background-color: #1F8213; }
a { background-color: rgb(31,130,19); }
div.DivClassName
{
background-color: #1F8213;
}
.BgClassName
{
background-color: #1F8213;
}
</style>
border-color css
<style>
span { border-color: #1F8213; }
span { border-color: rgb(31,130,19); }
td.TdClassName
{
border-color: #1F8213;
}
.TagClassName
{
border-color: #1F8213;
}
</style>