Shades of Forest Green #1F882A
Tints of Forest Green #1F882A
RGB
CMYK
RGB Variations
Color information
#1F882A (or 0x1F882A) is known color: Forest Green. HEX triplet: 1F, 88 and 2A. RGB value is (31,136,42). Sum of RGB (Red+Green+Blue) = 31+136+42=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #1F882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F882A is #E077D5. Grayscale: #5E5E5E. Windows color (decimal): -14710742 or 2787359. OLE color: 2787359.
HSL color Cylindrical-coordinate representation of color #1F882A: hue angle of 126.29º 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 #1F882A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 42 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.47 |
| HSL | 126.29º | 0.63% | 0.33% | - |
| HSV(B) | 126.29º | 0.77% | 0.53% | - |
| XYZ | 9.79 | 18.07 | 5.16 | - |
| YUV | 93.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 42 | 0.77 | 0 | 0.69 | 0.47 | 126.29 | 0.63 | 0.33 |
| Hex | 1F | 88 | 2A | 4D | 0 | 45 | 2F | 7E | 3F | 21 |
| Octal | 37 | 210 | 52 | 115 | 0 | 105 | 57 | 176 | 77 | 41 |
| Binary | 11111 | 10001000 | 101010 | 1001101 | 0 | 1000101 | 101111 | 1111110 | 111111 | 100001 |
Color Harmonies of #1F882A
Complementary color
Monochromatic Colors of #1F882A
Black with #1F882A
Text Example
Text Example
White with #1F882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F882A; }
p { color: rgb(31,136,42); }
H1.HeaderClassName
{
color: #1F882A;
}
.AnyTagClassName
{
color: #1F882A;
}
</style>
background-color css
<style>
a { background-color: #1F882A; }
a { background-color: rgb(31,136,42); }
div.DivClassName
{
background-color: #1F882A;
}
.BgClassName
{
background-color: #1F882A;
}
</style>
border-color css
<style>
span { border-color: #1F882A; }
span { border-color: rgb(31,136,42); }
td.TdClassName
{
border-color: #1F882A;
}
.TagClassName
{
border-color: #1F882A;
}
</style>