Shades of Forest Green #1F8228
Tints of Forest Green #1F8228
RGB
CMYK
RGB Variations
Color information
#1F8228 (or 0x1F8228) is known color: Forest Green. HEX triplet: 1F, 82 and 28. RGB value is (31,130,40). Sum of RGB (Red+Green+Blue) = 31+130+40=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8228 is #E07DD7. Grayscale: #5A5A5A. Windows color (decimal): -14712280 or 2654751. OLE color: 2654751.
HSL color Cylindrical-coordinate representation of color #1F8228: hue angle of 125.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8228 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 40 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.49 |
| HSL | 125.45º | 0.61% | 0.32% | - |
| HSV(B) | 125.45º | 0.76% | 0.51% | - |
| XYZ | 8.93 | 16.41 | 4.7 | - |
| YUV | 90.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 40 | 0.76 | 0 | 0.69 | 0.49 | 125.45 | 0.61 | 0.32 |
| Hex | 1F | 82 | 28 | 4C | 0 | 45 | 31 | 7D | 3D | 20 |
| Octal | 37 | 202 | 50 | 114 | 0 | 105 | 61 | 175 | 75 | 40 |
| Binary | 11111 | 10000010 | 101000 | 1001100 | 0 | 1000101 | 110001 | 1111101 | 111101 | 100000 |
Color Harmonies of #1F8228
Complementary color
Monochromatic Colors of #1F8228
Black with #1F8228
Text Example
Text Example
White with #1F8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8228; }
p { color: rgb(31,130,40); }
H1.HeaderClassName
{
color: #1F8228;
}
.AnyTagClassName
{
color: #1F8228;
}
</style>
background-color css
<style>
a { background-color: #1F8228; }
a { background-color: rgb(31,130,40); }
div.DivClassName
{
background-color: #1F8228;
}
.BgClassName
{
background-color: #1F8228;
}
</style>
border-color css
<style>
span { border-color: #1F8228; }
span { border-color: rgb(31,130,40); }
td.TdClassName
{
border-color: #1F8228;
}
.TagClassName
{
border-color: #1F8228;
}
</style>