Shades of Forest Green #1F9322
Tints of Forest Green #1F9322
RGB
CMYK
RGB Variations
Color information
#1F9322 (or 0x1F9322) is known color: Forest Green. HEX triplet: 1F, 93 and 22. RGB value is (31,147,34). Sum of RGB (Red+Green+Blue) = 31+147+34=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9322 is #E06CDD. Grayscale: #636363. Windows color (decimal): -14707934 or 2265887. OLE color: 2265887.
HSL color Cylindrical-coordinate representation of color #1F9322: hue angle of 121.55º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9322 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 34 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.42 |
| HSL | 121.55º | 0.65% | 0.35% | - |
| HSV(B) | 121.55º | 0.79% | 0.58% | - |
| XYZ | 11.29 | 21.27 | 5.02 | - |
| YUV | 99.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 34 | 0.79 | 0 | 0.77 | 0.42 | 121.55 | 0.65 | 0.35 |
| Hex | 1F | 93 | 22 | 4F | 0 | 4D | 2A | 7A | 41 | 23 |
| Octal | 37 | 223 | 42 | 117 | 0 | 115 | 52 | 172 | 101 | 43 |
| Binary | 11111 | 10010011 | 100010 | 1001111 | 0 | 1001101 | 101010 | 1111010 | 1000001 | 100011 |
Color Harmonies of #1F9322
Complementary color
Monochromatic Colors of #1F9322
Black with #1F9322
Text Example
Text Example
White with #1F9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9322; }
p { color: rgb(31,147,34); }
H1.HeaderClassName
{
color: #1F9322;
}
.AnyTagClassName
{
color: #1F9322;
}
</style>
background-color css
<style>
a { background-color: #1F9322; }
a { background-color: rgb(31,147,34); }
div.DivClassName
{
background-color: #1F9322;
}
.BgClassName
{
background-color: #1F9322;
}
</style>
border-color css
<style>
span { border-color: #1F9322; }
span { border-color: rgb(31,147,34); }
td.TdClassName
{
border-color: #1F9322;
}
.TagClassName
{
border-color: #1F9322;
}
</style>