Shades of Forest Green #1F850D
Tints of Forest Green #1F850D
RGB
CMYK
RGB Variations
Color information
#1F850D (or 0x1F850D) is known color: Forest Green. HEX triplet: 1F, 85 and 0D. RGB value is (31,133,13). Sum of RGB (Red+Green+Blue) = 31+133+13=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #1F850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F850D is #E07AF2. Grayscale: #595959. Windows color (decimal): -14711539 or 886047. OLE color: 886047.
HSL color Cylindrical-coordinate representation of color #1F850D: hue angle of 111º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F850D is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 13 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.48 |
| HSL | 111º | 0.82% | 0.29% | - |
| HSV(B) | 111º | 0.9% | 0.52% | - |
| XYZ | 9.03 | 17.1 | 3.2 | - |
| YUV | 88.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 13 | 0.77 | 0 | 0.90 | 0.48 | 111 | 0.82 | 0.29 |
| Hex | 1F | 85 | D | 4D | 0 | 5A | 30 | 6F | 52 | 1D |
| Octal | 37 | 205 | 15 | 115 | 0 | 132 | 60 | 157 | 122 | 35 |
| Binary | 11111 | 10000101 | 1101 | 1001101 | 0 | 1011010 | 110000 | 1101111 | 1010010 | 11101 |
Color Harmonies of #1F850D
Complementary color
Monochromatic Colors of #1F850D
Black with #1F850D
Text Example
Text Example
White with #1F850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F850D; }
p { color: rgb(31,133,13); }
H1.HeaderClassName
{
color: #1F850D;
}
.AnyTagClassName
{
color: #1F850D;
}
</style>
background-color css
<style>
a { background-color: #1F850D; }
a { background-color: rgb(31,133,13); }
div.DivClassName
{
background-color: #1F850D;
}
.BgClassName
{
background-color: #1F850D;
}
</style>
border-color css
<style>
span { border-color: #1F850D; }
span { border-color: rgb(31,133,13); }
td.TdClassName
{
border-color: #1F850D;
}
.TagClassName
{
border-color: #1F850D;
}
</style>