Shades of Forest Green #1F9229
Tints of Forest Green #1F9229
RGB
CMYK
RGB Variations
Color information
#1F9229 (or 0x1F9229) is known color: Forest Green. HEX triplet: 1F, 92 and 29. RGB value is (31,146,41). Sum of RGB (Red+Green+Blue) = 31+146+41=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9229 is #E06DD6. Grayscale: #636363. Windows color (decimal): -14708183 or 2724383. OLE color: 2724383.
HSL color Cylindrical-coordinate representation of color #1F9229: hue angle of 125.22º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9229 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 41 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.43 |
| HSL | 125.22º | 0.65% | 0.35% | - |
| HSV(B) | 125.22º | 0.79% | 0.57% | - |
| XYZ | 11.24 | 21.01 | 5.56 | - |
| YUV | 99.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 41 | 0.79 | 0 | 0.72 | 0.43 | 125.22 | 0.65 | 0.35 |
| Hex | 1F | 92 | 29 | 4F | 0 | 48 | 2B | 7D | 41 | 23 |
| Octal | 37 | 222 | 51 | 117 | 0 | 110 | 53 | 175 | 101 | 43 |
| Binary | 11111 | 10010010 | 101001 | 1001111 | 0 | 1001000 | 101011 | 1111101 | 1000001 | 100011 |
Color Harmonies of #1F9229
Complementary color
Monochromatic Colors of #1F9229
Black with #1F9229
Text Example
Text Example
White with #1F9229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9229; }
p { color: rgb(31,146,41); }
H1.HeaderClassName
{
color: #1F9229;
}
.AnyTagClassName
{
color: #1F9229;
}
</style>
background-color css
<style>
a { background-color: #1F9229; }
a { background-color: rgb(31,146,41); }
div.DivClassName
{
background-color: #1F9229;
}
.BgClassName
{
background-color: #1F9229;
}
</style>
border-color css
<style>
span { border-color: #1F9229; }
span { border-color: rgb(31,146,41); }
td.TdClassName
{
border-color: #1F9229;
}
.TagClassName
{
border-color: #1F9229;
}
</style>