Shades of Forest Green #1F9F2E
Tints of Forest Green #1F9F2E
RGB
CMYK
RGB Variations
Color information
#1F9F2E (or 0x1F9F2E) is known color: Forest Green. HEX triplet: 1F, 9F and 2E. RGB value is (31,159,46). Sum of RGB (Red+Green+Blue) = 31+159+46=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 159 (62.5% from 255 or 67.37% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9F2E is #E060D1. Grayscale: #6C6C6C. Windows color (decimal): -14704850 or 3055391. OLE color: 3055391.
HSL color Cylindrical-coordinate representation of color #1F9F2E: hue angle of 127.03º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F2E is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 46 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.38 |
| HSL | 127.03º | 0.67% | 0.37% | - |
| HSV(B) | 127.03º | 0.81% | 0.62% | - |
| XYZ | 13.46 | 25.28 | 6.76 | - |
| YUV | 107.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 46 | 0.81 | 0 | 0.71 | 0.38 | 127.03 | 0.67 | 0.37 |
| Hex | 1F | 9F | 2E | 51 | 0 | 47 | 26 | 7F | 43 | 25 |
| Octal | 37 | 237 | 56 | 121 | 0 | 107 | 46 | 177 | 103 | 45 |
| Binary | 11111 | 10011111 | 101110 | 1010001 | 0 | 1000111 | 100110 | 1111111 | 1000011 | 100101 |
Color Harmonies of #1F9F2E
Complementary color
Monochromatic Colors of #1F9F2E
Black with #1F9F2E
Text Example
Text Example
White with #1F9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F2E; }
p { color: rgb(31,159,46); }
H1.HeaderClassName
{
color: #1F9F2E;
}
.AnyTagClassName
{
color: #1F9F2E;
}
</style>
background-color css
<style>
a { background-color: #1F9F2E; }
a { background-color: rgb(31,159,46); }
div.DivClassName
{
background-color: #1F9F2E;
}
.BgClassName
{
background-color: #1F9F2E;
}
</style>
border-color css
<style>
span { border-color: #1F9F2E; }
span { border-color: rgb(31,159,46); }
td.TdClassName
{
border-color: #1F9F2E;
}
.TagClassName
{
border-color: #1F9F2E;
}
</style>