Shades of Forest Green #1F942E
Tints of Forest Green #1F942E
RGB
CMYK
RGB Variations
Color information
#1F942E (or 0x1F942E) is known color: Forest Green. HEX triplet: 1F, 94 and 2E. RGB value is (31,148,46). Sum of RGB (Red+Green+Blue) = 31+148+46=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #1F942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F942E is #E06BD1. Grayscale: #656565. Windows color (decimal): -14707666 or 3052575. OLE color: 3052575.
HSL color Cylindrical-coordinate representation of color #1F942E: hue angle of 127.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F942E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 46 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.42 |
| HSL | 127.69º | 0.65% | 0.35% | - |
| HSV(B) | 127.69º | 0.79% | 0.58% | - |
| XYZ | 11.65 | 21.67 | 6.15 | - |
| YUV | 101.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 46 | 0.79 | 0 | 0.69 | 0.42 | 127.69 | 0.65 | 0.35 |
| Hex | 1F | 94 | 2E | 4F | 0 | 45 | 2A | 80 | 41 | 23 |
| Octal | 37 | 224 | 56 | 117 | 0 | 105 | 52 | 200 | 101 | 43 |
| Binary | 11111 | 10010100 | 101110 | 1001111 | 0 | 1000101 | 101010 | 10000000 | 1000001 | 100011 |
Color Harmonies of #1F942E
Complementary color
Monochromatic Colors of #1F942E
Black with #1F942E
Text Example
Text Example
White with #1F942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F942E; }
p { color: rgb(31,148,46); }
H1.HeaderClassName
{
color: #1F942E;
}
.AnyTagClassName
{
color: #1F942E;
}
</style>
background-color css
<style>
a { background-color: #1F942E; }
a { background-color: rgb(31,148,46); }
div.DivClassName
{
background-color: #1F942E;
}
.BgClassName
{
background-color: #1F942E;
}
</style>
border-color css
<style>
span { border-color: #1F942E; }
span { border-color: rgb(31,148,46); }
td.TdClassName
{
border-color: #1F942E;
}
.TagClassName
{
border-color: #1F942E;
}
</style>