Shades of Forest Green #1F8422
Tints of Forest Green #1F8422
RGB
CMYK
RGB Variations
Color information
#1F8422 (or 0x1F8422) is known color: Forest Green. HEX triplet: 1F, 84 and 22. RGB value is (31,132,34). Sum of RGB (Red+Green+Blue) = 31+132+34=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8422 is #E07BDD. Grayscale: #5A5A5A. Windows color (decimal): -14711774 or 2262047. OLE color: 2262047.
HSL color Cylindrical-coordinate representation of color #1F8422: hue angle of 121.78º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8422 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 34 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.48 |
| HSL | 121.78º | 0.62% | 0.32% | - |
| HSV(B) | 121.78º | 0.77% | 0.52% | - |
| XYZ | 9.11 | 16.91 | 4.3 | - |
| YUV | 90.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 34 | 0.77 | 0 | 0.74 | 0.48 | 121.78 | 0.62 | 0.32 |
| Hex | 1F | 84 | 22 | 4D | 0 | 4A | 30 | 7A | 3E | 20 |
| Octal | 37 | 204 | 42 | 115 | 0 | 112 | 60 | 172 | 76 | 40 |
| Binary | 11111 | 10000100 | 100010 | 1001101 | 0 | 1001010 | 110000 | 1111010 | 111110 | 100000 |
Color Harmonies of #1F8422
Complementary color
Monochromatic Colors of #1F8422
Black with #1F8422
Text Example
Text Example
White with #1F8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8422; }
p { color: rgb(31,132,34); }
H1.HeaderClassName
{
color: #1F8422;
}
.AnyTagClassName
{
color: #1F8422;
}
</style>
background-color css
<style>
a { background-color: #1F8422; }
a { background-color: rgb(31,132,34); }
div.DivClassName
{
background-color: #1F8422;
}
.BgClassName
{
background-color: #1F8422;
}
</style>
border-color css
<style>
span { border-color: #1F8422; }
span { border-color: rgb(31,132,34); }
td.TdClassName
{
border-color: #1F8422;
}
.TagClassName
{
border-color: #1F8422;
}
</style>