Shades of Forest Green #1F8D1D
Tints of Forest Green #1F8D1D
RGB
CMYK
RGB Variations
Color information
#1F8D1D (or 0x1F8D1D) is known color: Forest Green. HEX triplet: 1F, 8D and 1D. RGB value is (31,141,29). Sum of RGB (Red+Green+Blue) = 31+141+29=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8D1D is #E072E2. Grayscale: #5F5F5F. Windows color (decimal): -14709475 or 1936671. OLE color: 1936671.
HSL color Cylindrical-coordinate representation of color #1F8D1D: hue angle of 118.93º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F8D1D is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 141 | 29 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.45 |
| HSL | 118.93º | 0.66% | 0.33% | - |
| HSV(B) | 118.93º | 0.79% | 0.55% | - |
| XYZ | 10.31 | 19.43 | 4.37 | - |
| YUV | 95.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 29 | 0.78 | 0 | 0.79 | 0.45 | 118.93 | 0.66 | 0.33 |
| Hex | 1F | 8D | 1D | 4E | 0 | 4F | 2D | 77 | 42 | 21 |
| Octal | 37 | 215 | 35 | 116 | 0 | 117 | 55 | 167 | 102 | 41 |
| Binary | 11111 | 10001101 | 11101 | 1001110 | 0 | 1001111 | 101101 | 1110111 | 1000010 | 100001 |
Color Harmonies of #1F8D1D
Complementary color
Monochromatic Colors of #1F8D1D
Black with #1F8D1D
Text Example
Text Example
White with #1F8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8D1D; }
p { color: rgb(31,141,29); }
H1.HeaderClassName
{
color: #1F8D1D;
}
.AnyTagClassName
{
color: #1F8D1D;
}
</style>
background-color css
<style>
a { background-color: #1F8D1D; }
a { background-color: rgb(31,141,29); }
div.DivClassName
{
background-color: #1F8D1D;
}
.BgClassName
{
background-color: #1F8D1D;
}
</style>
border-color css
<style>
span { border-color: #1F8D1D; }
span { border-color: rgb(31,141,29); }
td.TdClassName
{
border-color: #1F8D1D;
}
.TagClassName
{
border-color: #1F8D1D;
}
</style>