Shades of Forest Green #1F862D
Tints of Forest Green #1F862D
RGB
CMYK
RGB Variations
Color information
#1F862D (or 0x1F862D) is known color: Forest Green. HEX triplet: 1F, 86 and 2D. RGB value is (31,134,45). Sum of RGB (Red+Green+Blue) = 31+134+45=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #1F862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F862D is #E079D2. Grayscale: #5D5D5D. Windows color (decimal): -14711251 or 2983455. OLE color: 2983455.
HSL color Cylindrical-coordinate representation of color #1F862D: hue angle of 128.16º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F862D is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 45 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.47 |
| HSL | 128.16º | 0.62% | 0.32% | - |
| HSV(B) | 128.16º | 0.77% | 0.53% | - |
| XYZ | 9.56 | 17.53 | 5.36 | - |
| YUV | 93.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 45 | 0.77 | 0 | 0.66 | 0.47 | 128.16 | 0.62 | 0.32 |
| Hex | 1F | 86 | 2D | 4D | 0 | 42 | 2F | 80 | 3E | 20 |
| Octal | 37 | 206 | 55 | 115 | 0 | 102 | 57 | 200 | 76 | 40 |
| Binary | 11111 | 10000110 | 101101 | 1001101 | 0 | 1000010 | 101111 | 10000000 | 111110 | 100000 |
Color Harmonies of #1F862D
Complementary color
Monochromatic Colors of #1F862D
Black with #1F862D
Text Example
Text Example
White with #1F862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F862D; }
p { color: rgb(31,134,45); }
H1.HeaderClassName
{
color: #1F862D;
}
.AnyTagClassName
{
color: #1F862D;
}
</style>
background-color css
<style>
a { background-color: #1F862D; }
a { background-color: rgb(31,134,45); }
div.DivClassName
{
background-color: #1F862D;
}
.BgClassName
{
background-color: #1F862D;
}
</style>
border-color css
<style>
span { border-color: #1F862D; }
span { border-color: rgb(31,134,45); }
td.TdClassName
{
border-color: #1F862D;
}
.TagClassName
{
border-color: #1F862D;
}
</style>