Shades of Forest Green #1F8532
Tints of Forest Green #1F8532
RGB
CMYK
RGB Variations
Color information
#1F8532 (or 0x1F8532) is known color: Forest Green. HEX triplet: 1F, 85 and 32. RGB value is (31,133,50). Sum of RGB (Red+Green+Blue) = 31+133+50=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8532 is #E07ACD. Grayscale: #5D5D5D. Windows color (decimal): -14711502 or 3310879. OLE color: 3310879.
HSL color Cylindrical-coordinate representation of color #1F8532: hue angle of 131.18º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8532 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 50 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.48 |
| HSL | 131.18º | 0.62% | 0.32% | - |
| HSV(B) | 131.18º | 0.77% | 0.52% | - |
| XYZ | 9.53 | 17.3 | 5.85 | - |
| YUV | 93.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 50 | 0.77 | 0 | 0.62 | 0.48 | 131.18 | 0.62 | 0.32 |
| Hex | 1F | 85 | 32 | 4D | 0 | 3E | 30 | 83 | 3E | 20 |
| Octal | 37 | 205 | 62 | 115 | 0 | 76 | 60 | 203 | 76 | 40 |
| Binary | 11111 | 10000101 | 110010 | 1001101 | 0 | 111110 | 110000 | 10000011 | 111110 | 100000 |
Color Harmonies of #1F8532
Complementary color
Monochromatic Colors of #1F8532
Black with #1F8532
Text Example
Text Example
White with #1F8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8532; }
p { color: rgb(31,133,50); }
H1.HeaderClassName
{
color: #1F8532;
}
.AnyTagClassName
{
color: #1F8532;
}
</style>
background-color css
<style>
a { background-color: #1F8532; }
a { background-color: rgb(31,133,50); }
div.DivClassName
{
background-color: #1F8532;
}
.BgClassName
{
background-color: #1F8532;
}
</style>
border-color css
<style>
span { border-color: #1F8532; }
span { border-color: rgb(31,133,50); }
td.TdClassName
{
border-color: #1F8532;
}
.TagClassName
{
border-color: #1F8532;
}
</style>