Shades of Forest Green #1F9628
Tints of Forest Green #1F9628
RGB
CMYK
RGB Variations
Color information
#1F9628 (or 0x1F9628) is known color: Forest Green. HEX triplet: 1F, 96 and 28. RGB value is (31,150,40). Sum of RGB (Red+Green+Blue) = 31+150+40=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9628 is #E069D7. Grayscale: #666666. Windows color (decimal): -14707160 or 2659871. OLE color: 2659871.
HSL color Cylindrical-coordinate representation of color #1F9628: hue angle of 124.54º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9628 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 40 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.41 |
| HSL | 124.54º | 0.66% | 0.35% | - |
| HSV(B) | 124.54º | 0.79% | 0.59% | - |
| XYZ | 11.85 | 22.26 | 5.68 | - |
| YUV | 101.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 40 | 0.79 | 0 | 0.73 | 0.41 | 124.54 | 0.66 | 0.35 |
| Hex | 1F | 96 | 28 | 4F | 0 | 49 | 29 | 7D | 42 | 23 |
| Octal | 37 | 226 | 50 | 117 | 0 | 111 | 51 | 175 | 102 | 43 |
| Binary | 11111 | 10010110 | 101000 | 1001111 | 0 | 1001001 | 101001 | 1111101 | 1000010 | 100011 |
Color Harmonies of #1F9628
Complementary color
Monochromatic Colors of #1F9628
Black with #1F9628
Text Example
Text Example
White with #1F9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9628; }
p { color: rgb(31,150,40); }
H1.HeaderClassName
{
color: #1F9628;
}
.AnyTagClassName
{
color: #1F9628;
}
</style>
background-color css
<style>
a { background-color: #1F9628; }
a { background-color: rgb(31,150,40); }
div.DivClassName
{
background-color: #1F9628;
}
.BgClassName
{
background-color: #1F9628;
}
</style>
border-color css
<style>
span { border-color: #1F9628; }
span { border-color: rgb(31,150,40); }
td.TdClassName
{
border-color: #1F9628;
}
.TagClassName
{
border-color: #1F9628;
}
</style>