Shades of Forest Green #1F9316
Tints of Forest Green #1F9316
RGB
CMYK
RGB Variations
Color information
#1F9316 (or 0x1F9316) is known color: Forest Green. HEX triplet: 1F, 93 and 16. RGB value is (31,147,22). Sum of RGB (Red+Green+Blue) = 31+147+22=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9316 is #E06CE9. Grayscale: #626262. Windows color (decimal): -14707946 or 1479455. OLE color: 1479455.
HSL color Cylindrical-coordinate representation of color #1F9316: hue angle of 115.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9316 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 22 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.42 |
| HSL | 115.68º | 0.74% | 0.33% | - |
| HSV(B) | 115.68º | 0.85% | 0.58% | - |
| XYZ | 11.14 | 21.22 | 4.27 | - |
| YUV | 98.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 22 | 0.79 | 0 | 0.85 | 0.42 | 115.68 | 0.74 | 0.33 |
| Hex | 1F | 93 | 16 | 4F | 0 | 55 | 2A | 74 | 4A | 21 |
| Octal | 37 | 223 | 26 | 117 | 0 | 125 | 52 | 164 | 112 | 41 |
| Binary | 11111 | 10010011 | 10110 | 1001111 | 0 | 1010101 | 101010 | 1110100 | 1001010 | 100001 |
Color Harmonies of #1F9316
Complementary color
Monochromatic Colors of #1F9316
Black with #1F9316
Text Example
Text Example
White with #1F9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9316; }
p { color: rgb(31,147,22); }
H1.HeaderClassName
{
color: #1F9316;
}
.AnyTagClassName
{
color: #1F9316;
}
</style>
background-color css
<style>
a { background-color: #1F9316; }
a { background-color: rgb(31,147,22); }
div.DivClassName
{
background-color: #1F9316;
}
.BgClassName
{
background-color: #1F9316;
}
</style>
border-color css
<style>
span { border-color: #1F9316; }
span { border-color: rgb(31,147,22); }
td.TdClassName
{
border-color: #1F9316;
}
.TagClassName
{
border-color: #1F9316;
}
</style>