Shades of Forest Green #1F851E
Tints of Forest Green #1F851E
RGB
CMYK
RGB Variations
Color information
#1F851E (or 0x1F851E) is known color: Forest Green. HEX triplet: 1F, 85 and 1E. RGB value is (31,133,30). Sum of RGB (Red+Green+Blue) = 31+133+30=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #1F851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F851E is #E07AE1. Grayscale: #5B5B5B. Windows color (decimal): -14711522 or 2000159. OLE color: 2000159.
HSL color Cylindrical-coordinate representation of color #1F851E: hue angle of 119.42º degrees, saturation: 0.63, 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 #1F851E is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 30 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.48 |
| HSL | 119.42º | 0.63% | 0.32% | - |
| HSV(B) | 119.42º | 0.77% | 0.52% | - |
| XYZ | 9.19 | 17.16 | 4.06 | - |
| YUV | 90.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 30 | 0.77 | 0 | 0.77 | 0.48 | 119.42 | 0.63 | 0.32 |
| Hex | 1F | 85 | 1E | 4D | 0 | 4D | 30 | 77 | 3F | 20 |
| Octal | 37 | 205 | 36 | 115 | 0 | 115 | 60 | 167 | 77 | 40 |
| Binary | 11111 | 10000101 | 11110 | 1001101 | 0 | 1001101 | 110000 | 1110111 | 111111 | 100000 |
Color Harmonies of #1F851E
Complementary color
Monochromatic Colors of #1F851E
Black with #1F851E
Text Example
Text Example
White with #1F851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F851E; }
p { color: rgb(31,133,30); }
H1.HeaderClassName
{
color: #1F851E;
}
.AnyTagClassName
{
color: #1F851E;
}
</style>
background-color css
<style>
a { background-color: #1F851E; }
a { background-color: rgb(31,133,30); }
div.DivClassName
{
background-color: #1F851E;
}
.BgClassName
{
background-color: #1F851E;
}
</style>
border-color css
<style>
span { border-color: #1F851E; }
span { border-color: rgb(31,133,30); }
td.TdClassName
{
border-color: #1F851E;
}
.TagClassName
{
border-color: #1F851E;
}
</style>