Shades of Forest Green #1F9324
Tints of Forest Green #1F9324
RGB
CMYK
RGB Variations
Color information
#1F9324 (or 0x1F9324) is known color: Forest Green. HEX triplet: 1F, 93 and 24. RGB value is (31,147,36). Sum of RGB (Red+Green+Blue) = 31+147+36=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9324 is #E06CDB. Grayscale: #636363. Windows color (decimal): -14707932 or 2396959. OLE color: 2396959.
HSL color Cylindrical-coordinate representation of color #1F9324: hue angle of 122.59º 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 #1F9324 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 36 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.42 |
| HSL | 122.59º | 0.65% | 0.35% | - |
| HSV(B) | 122.59º | 0.79% | 0.58% | - |
| XYZ | 11.32 | 21.29 | 5.18 | - |
| YUV | 99.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 36 | 0.79 | 0 | 0.76 | 0.42 | 122.59 | 0.65 | 0.35 |
| Hex | 1F | 93 | 24 | 4F | 0 | 4C | 2A | 7B | 41 | 23 |
| Octal | 37 | 223 | 44 | 117 | 0 | 114 | 52 | 173 | 101 | 43 |
| Binary | 11111 | 10010011 | 100100 | 1001111 | 0 | 1001100 | 101010 | 1111011 | 1000001 | 100011 |
Color Harmonies of #1F9324
Complementary color
Monochromatic Colors of #1F9324
Black with #1F9324
Text Example
Text Example
White with #1F9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9324; }
p { color: rgb(31,147,36); }
H1.HeaderClassName
{
color: #1F9324;
}
.AnyTagClassName
{
color: #1F9324;
}
</style>
background-color css
<style>
a { background-color: #1F9324; }
a { background-color: rgb(31,147,36); }
div.DivClassName
{
background-color: #1F9324;
}
.BgClassName
{
background-color: #1F9324;
}
</style>
border-color css
<style>
span { border-color: #1F9324; }
span { border-color: rgb(31,147,36); }
td.TdClassName
{
border-color: #1F9324;
}
.TagClassName
{
border-color: #1F9324;
}
</style>