Shades of Forest Green #1F882B
Tints of Forest Green #1F882B
RGB
CMYK
RGB Variations
Color information
#1F882B (or 0x1F882B) is known color: Forest Green. HEX triplet: 1F, 88 and 2B. RGB value is (31,136,43). Sum of RGB (Red+Green+Blue) = 31+136+43=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #1F882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F882B is #E077D4. Grayscale: #5E5E5E. Windows color (decimal): -14710741 or 2852895. OLE color: 2852895.
HSL color Cylindrical-coordinate representation of color #1F882B: hue angle of 126.86º 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 #1F882B is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 43 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.47 |
| HSL | 126.86º | 0.63% | 0.33% | - |
| HSV(B) | 126.86º | 0.77% | 0.53% | - |
| XYZ | 9.81 | 18.07 | 5.26 | - |
| YUV | 94 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 43 | 0.77 | 0 | 0.68 | 0.47 | 126.86 | 0.63 | 0.33 |
| Hex | 1F | 88 | 2B | 4D | 0 | 44 | 2F | 7F | 3F | 21 |
| Octal | 37 | 210 | 53 | 115 | 0 | 104 | 57 | 177 | 77 | 41 |
| Binary | 11111 | 10001000 | 101011 | 1001101 | 0 | 1000100 | 101111 | 1111111 | 111111 | 100001 |
Color Harmonies of #1F882B
Complementary color
Monochromatic Colors of #1F882B
Black with #1F882B
Text Example
Text Example
White with #1F882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F882B; }
p { color: rgb(31,136,43); }
H1.HeaderClassName
{
color: #1F882B;
}
.AnyTagClassName
{
color: #1F882B;
}
</style>
background-color css
<style>
a { background-color: #1F882B; }
a { background-color: rgb(31,136,43); }
div.DivClassName
{
background-color: #1F882B;
}
.BgClassName
{
background-color: #1F882B;
}
</style>
border-color css
<style>
span { border-color: #1F882B; }
span { border-color: rgb(31,136,43); }
td.TdClassName
{
border-color: #1F882B;
}
.TagClassName
{
border-color: #1F882B;
}
</style>