Shades of Forest Green #1F851D
Tints of Forest Green #1F851D
RGB
CMYK
RGB Variations
Color information
#1F851D (or 0x1F851D) is known color: Forest Green. HEX triplet: 1F, 85 and 1D. RGB value is (31,133,29). Sum of RGB (Red+Green+Blue) = 31+133+29=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #1F851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F851D is #E07AE2. Grayscale: #5A5A5A. Windows color (decimal): -14711523 or 1934623. OLE color: 1934623.
HSL color Cylindrical-coordinate representation of color #1F851D: hue angle of 118.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F851D is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 29 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.48 |
| HSL | 118.85º | 0.64% | 0.32% | - |
| HSV(B) | 118.85º | 0.78% | 0.52% | - |
| XYZ | 9.17 | 17.16 | 3.99 | - |
| YUV | 90.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 29 | 0.77 | 0 | 0.78 | 0.48 | 118.85 | 0.64 | 0.32 |
| Hex | 1F | 85 | 1D | 4D | 0 | 4E | 30 | 77 | 40 | 20 |
| Octal | 37 | 205 | 35 | 115 | 0 | 116 | 60 | 167 | 100 | 40 |
| Binary | 11111 | 10000101 | 11101 | 1001101 | 0 | 1001110 | 110000 | 1110111 | 1000000 | 100000 |
Color Harmonies of #1F851D
Complementary color
Monochromatic Colors of #1F851D
Black with #1F851D
Text Example
Text Example
White with #1F851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F851D; }
p { color: rgb(31,133,29); }
H1.HeaderClassName
{
color: #1F851D;
}
.AnyTagClassName
{
color: #1F851D;
}
</style>
background-color css
<style>
a { background-color: #1F851D; }
a { background-color: rgb(31,133,29); }
div.DivClassName
{
background-color: #1F851D;
}
.BgClassName
{
background-color: #1F851D;
}
</style>
border-color css
<style>
span { border-color: #1F851D; }
span { border-color: rgb(31,133,29); }
td.TdClassName
{
border-color: #1F851D;
}
.TagClassName
{
border-color: #1F851D;
}
</style>