Shades of Forest Green #1F882F
Tints of Forest Green #1F882F
RGB
CMYK
RGB Variations
Color information
#1F882F (or 0x1F882F) is known color: Forest Green. HEX triplet: 1F, 88 and 2F. RGB value is (31,136,47). Sum of RGB (Red+Green+Blue) = 31+136+47=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #1F882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F882F is #E077D0. Grayscale: #5E5E5E. Windows color (decimal): -14710737 or 3115039. OLE color: 3115039.
HSL color Cylindrical-coordinate representation of color #1F882F: hue angle of 129.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F882F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 47 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.47 |
| HSL | 129.14º | 0.63% | 0.33% | - |
| HSV(B) | 129.14º | 0.77% | 0.53% | - |
| XYZ | 9.88 | 18.1 | 5.66 | - |
| YUV | 94.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 47 | 0.77 | 0 | 0.65 | 0.47 | 129.14 | 0.63 | 0.33 |
| Hex | 1F | 88 | 2F | 4D | 0 | 41 | 2F | 81 | 3F | 21 |
| Octal | 37 | 210 | 57 | 115 | 0 | 101 | 57 | 201 | 77 | 41 |
| Binary | 11111 | 10001000 | 101111 | 1001101 | 0 | 1000001 | 101111 | 10000001 | 111111 | 100001 |
Color Harmonies of #1F882F
Complementary color
Monochromatic Colors of #1F882F
Black with #1F882F
Text Example
Text Example
White with #1F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F882F; }
p { color: rgb(31,136,47); }
H1.HeaderClassName
{
color: #1F882F;
}
.AnyTagClassName
{
color: #1F882F;
}
</style>
background-color css
<style>
a { background-color: #1F882F; }
a { background-color: rgb(31,136,47); }
div.DivClassName
{
background-color: #1F882F;
}
.BgClassName
{
background-color: #1F882F;
}
</style>
border-color css
<style>
span { border-color: #1F882F; }
span { border-color: rgb(31,136,47); }
td.TdClassName
{
border-color: #1F882F;
}
.TagClassName
{
border-color: #1F882F;
}
</style>