Shades of Forest Green #1F8E3C
Tints of Forest Green #1F8E3C
RGB
CMYK
RGB Variations
Color information
#1F8E3C (or 0x1F8E3C) is known color: Forest Green. HEX triplet: 1F, 8E and 3C. RGB value is (31,142,60). Sum of RGB (Red+Green+Blue) = 31+142+60=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8E3C is #E071C3. Grayscale: #636363. Windows color (decimal): -14709188 or 3968543. OLE color: 3968543.
HSL color Cylindrical-coordinate representation of color #1F8E3C: hue angle of 135.68º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E3C is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 142 | 60 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.44 |
| HSL | 135.68º | 0.64% | 0.34% | - |
| HSV(B) | 135.68º | 0.78% | 0.56% | - |
| XYZ | 11.05 | 19.96 | 7.55 | - |
| YUV | 99.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 60 | 0.78 | 0 | 0.58 | 0.44 | 135.68 | 0.64 | 0.34 |
| Hex | 1F | 8E | 3C | 4E | 0 | 3A | 2C | 88 | 40 | 22 |
| Octal | 37 | 216 | 74 | 116 | 0 | 72 | 54 | 210 | 100 | 42 |
| Binary | 11111 | 10001110 | 111100 | 1001110 | 0 | 111010 | 101100 | 10001000 | 1000000 | 100010 |
Color Harmonies of #1F8E3C
Complementary color
Monochromatic Colors of #1F8E3C
Black with #1F8E3C
Text Example
Text Example
White with #1F8E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8E3C; }
p { color: rgb(31,142,60); }
H1.HeaderClassName
{
color: #1F8E3C;
}
.AnyTagClassName
{
color: #1F8E3C;
}
</style>
background-color css
<style>
a { background-color: #1F8E3C; }
a { background-color: rgb(31,142,60); }
div.DivClassName
{
background-color: #1F8E3C;
}
.BgClassName
{
background-color: #1F8E3C;
}
</style>
border-color css
<style>
span { border-color: #1F8E3C; }
span { border-color: rgb(31,142,60); }
td.TdClassName
{
border-color: #1F8E3C;
}
.TagClassName
{
border-color: #1F8E3C;
}
</style>