Shades of Forest Green #1F8520
Tints of Forest Green #1F8520
RGB
CMYK
RGB Variations
Color information
#1F8520 (or 0x1F8520) is known color: Forest Green. HEX triplet: 1F, 85 and 20. RGB value is (31,133,32). Sum of RGB (Red+Green+Blue) = 31+133+32=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8520 is #E07ADF. Grayscale: #5B5B5B. Windows color (decimal): -14711520 or 2131231. OLE color: 2131231.
HSL color Cylindrical-coordinate representation of color #1F8520: hue angle of 120.59º 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 #1F8520 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 32 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.48 |
| HSL | 120.59º | 0.62% | 0.32% | - |
| HSV(B) | 120.59º | 0.77% | 0.52% | - |
| XYZ | 9.21 | 17.17 | 4.2 | - |
| YUV | 90.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 32 | 0.77 | 0 | 0.76 | 0.48 | 120.59 | 0.62 | 0.32 |
| Hex | 1F | 85 | 20 | 4D | 0 | 4C | 30 | 79 | 3E | 20 |
| Octal | 37 | 205 | 40 | 115 | 0 | 114 | 60 | 171 | 76 | 40 |
| Binary | 11111 | 10000101 | 100000 | 1001101 | 0 | 1001100 | 110000 | 1111001 | 111110 | 100000 |
Color Harmonies of #1F8520
Complementary color
Monochromatic Colors of #1F8520
Black with #1F8520
Text Example
Text Example
White with #1F8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8520; }
p { color: rgb(31,133,32); }
H1.HeaderClassName
{
color: #1F8520;
}
.AnyTagClassName
{
color: #1F8520;
}
</style>
background-color css
<style>
a { background-color: #1F8520; }
a { background-color: rgb(31,133,32); }
div.DivClassName
{
background-color: #1F8520;
}
.BgClassName
{
background-color: #1F8520;
}
</style>
border-color css
<style>
span { border-color: #1F8520; }
span { border-color: rgb(31,133,32); }
td.TdClassName
{
border-color: #1F8520;
}
.TagClassName
{
border-color: #1F8520;
}
</style>