Shades of Forest Green #1F8932
Tints of Forest Green #1F8932
RGB
CMYK
RGB Variations
Color information
#1F8932 (or 0x1F8932) is known color: Forest Green. HEX triplet: 1F, 89 and 32. RGB value is (31,137,50). Sum of RGB (Red+Green+Blue) = 31+137+50=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8932 is #E076CD. Grayscale: #5F5F5F. Windows color (decimal): -14710478 or 3311903. OLE color: 3311903.
HSL color Cylindrical-coordinate representation of color #1F8932: hue angle of 130.75º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8932 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 50 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.46 |
| HSL | 130.75º | 0.63% | 0.33% | - |
| HSV(B) | 130.75º | 0.77% | 0.54% | - |
| XYZ | 10.09 | 18.41 | 6.04 | - |
| YUV | 95.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 50 | 0.77 | 0 | 0.64 | 0.46 | 130.75 | 0.63 | 0.33 |
| Hex | 1F | 89 | 32 | 4D | 0 | 40 | 2E | 83 | 3F | 21 |
| Octal | 37 | 211 | 62 | 115 | 0 | 100 | 56 | 203 | 77 | 41 |
| Binary | 11111 | 10001001 | 110010 | 1001101 | 0 | 1000000 | 101110 | 10000011 | 111111 | 100001 |
Color Harmonies of #1F8932
Complementary color
Monochromatic Colors of #1F8932
Black with #1F8932
Text Example
Text Example
White with #1F8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8932; }
p { color: rgb(31,137,50); }
H1.HeaderClassName
{
color: #1F8932;
}
.AnyTagClassName
{
color: #1F8932;
}
</style>
background-color css
<style>
a { background-color: #1F8932; }
a { background-color: rgb(31,137,50); }
div.DivClassName
{
background-color: #1F8932;
}
.BgClassName
{
background-color: #1F8932;
}
</style>
border-color css
<style>
span { border-color: #1F8932; }
span { border-color: rgb(31,137,50); }
td.TdClassName
{
border-color: #1F8932;
}
.TagClassName
{
border-color: #1F8932;
}
</style>