Shades of Forest Green #1F8832
Tints of Forest Green #1F8832
RGB
CMYK
RGB Variations
Color information
#1F8832 (or 0x1F8832) is known color: Forest Green. HEX triplet: 1F, 88 and 32. RGB value is (31,136,50). Sum of RGB (Red+Green+Blue) = 31+136+50=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8832 is #E077CD. Grayscale: #5F5F5F. Windows color (decimal): -14710734 or 3311647. OLE color: 3311647.
HSL color Cylindrical-coordinate representation of color #1F8832: hue angle of 130.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 #1F8832 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 50 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.47 |
| HSL | 130.86º | 0.63% | 0.33% | - |
| HSV(B) | 130.86º | 0.77% | 0.53% | - |
| XYZ | 9.94 | 18.13 | 5.99 | - |
| YUV | 94.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 50 | 0.77 | 0 | 0.63 | 0.47 | 130.86 | 0.63 | 0.33 |
| Hex | 1F | 88 | 32 | 4D | 0 | 3F | 2F | 83 | 3F | 21 |
| Octal | 37 | 210 | 62 | 115 | 0 | 77 | 57 | 203 | 77 | 41 |
| Binary | 11111 | 10001000 | 110010 | 1001101 | 0 | 111111 | 101111 | 10000011 | 111111 | 100001 |
Color Harmonies of #1F8832
Complementary color
Monochromatic Colors of #1F8832
Black with #1F8832
Text Example
Text Example
White with #1F8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8832; }
p { color: rgb(31,136,50); }
H1.HeaderClassName
{
color: #1F8832;
}
.AnyTagClassName
{
color: #1F8832;
}
</style>
background-color css
<style>
a { background-color: #1F8832; }
a { background-color: rgb(31,136,50); }
div.DivClassName
{
background-color: #1F8832;
}
.BgClassName
{
background-color: #1F8832;
}
</style>
border-color css
<style>
span { border-color: #1F8832; }
span { border-color: rgb(31,136,50); }
td.TdClassName
{
border-color: #1F8832;
}
.TagClassName
{
border-color: #1F8832;
}
</style>