Shades of Forest Green #1F9128
Tints of Forest Green #1F9128
RGB
CMYK
RGB Variations
Color information
#1F9128 (or 0x1F9128) is known color: Forest Green. HEX triplet: 1F, 91 and 28. RGB value is (31,145,40). Sum of RGB (Red+Green+Blue) = 31+145+40=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9128 is #E06ED7. Grayscale: #636363. Windows color (decimal): -14708440 or 2658591. OLE color: 2658591.
HSL color Cylindrical-coordinate representation of color #1F9128: hue angle of 124.74º 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 #1F9128 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 40 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.43 |
| HSL | 124.74º | 0.65% | 0.35% | - |
| HSV(B) | 124.74º | 0.79% | 0.57% | - |
| XYZ | 11.07 | 20.7 | 5.42 | - |
| YUV | 98.94 | 94.73 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 40 | 0.79 | 0 | 0.72 | 0.43 | 124.74 | 0.65 | 0.35 |
| Hex | 1F | 91 | 28 | 4F | 0 | 48 | 2B | 7D | 41 | 23 |
| Octal | 37 | 221 | 50 | 117 | 0 | 110 | 53 | 175 | 101 | 43 |
| Binary | 11111 | 10010001 | 101000 | 1001111 | 0 | 1001000 | 101011 | 1111101 | 1000001 | 100011 |
Color Harmonies of #1F9128
Complementary color
Monochromatic Colors of #1F9128
Black with #1F9128
Text Example
Text Example
White with #1F9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9128; }
p { color: rgb(31,145,40); }
H1.HeaderClassName
{
color: #1F9128;
}
.AnyTagClassName
{
color: #1F9128;
}
</style>
background-color css
<style>
a { background-color: #1F9128; }
a { background-color: rgb(31,145,40); }
div.DivClassName
{
background-color: #1F9128;
}
.BgClassName
{
background-color: #1F9128;
}
</style>
border-color css
<style>
span { border-color: #1F9128; }
span { border-color: rgb(31,145,40); }
td.TdClassName
{
border-color: #1F9128;
}
.TagClassName
{
border-color: #1F9128;
}
</style>