Shades of Forest Green #1F9314
Tints of Forest Green #1F9314
RGB
CMYK
RGB Variations
Color information
#1F9314 (or 0x1F9314) is known color: Forest Green. HEX triplet: 1F, 93 and 14. RGB value is (31,147,20). Sum of RGB (Red+Green+Blue) = 31+147+20=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9314 is #E06CEB. Grayscale: #626262. Windows color (decimal): -14707948 or 1348383. OLE color: 1348383.
HSL color Cylindrical-coordinate representation of color #1F9314: hue angle of 114.8º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9314 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 20 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.42 |
| HSL | 114.8º | 0.76% | 0.33% | - |
| HSV(B) | 114.8º | 0.86% | 0.58% | - |
| XYZ | 11.13 | 21.21 | 4.17 | - |
| YUV | 97.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 20 | 0.79 | 0 | 0.86 | 0.42 | 114.8 | 0.76 | 0.33 |
| Hex | 1F | 93 | 14 | 4F | 0 | 56 | 2A | 73 | 4C | 21 |
| Octal | 37 | 223 | 24 | 117 | 0 | 126 | 52 | 163 | 114 | 41 |
| Binary | 11111 | 10010011 | 10100 | 1001111 | 0 | 1010110 | 101010 | 1110011 | 1001100 | 100001 |
Color Harmonies of #1F9314
Complementary color
Monochromatic Colors of #1F9314
Black with #1F9314
Text Example
Text Example
White with #1F9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9314; }
p { color: rgb(31,147,20); }
H1.HeaderClassName
{
color: #1F9314;
}
.AnyTagClassName
{
color: #1F9314;
}
</style>
background-color css
<style>
a { background-color: #1F9314; }
a { background-color: rgb(31,147,20); }
div.DivClassName
{
background-color: #1F9314;
}
.BgClassName
{
background-color: #1F9314;
}
</style>
border-color css
<style>
span { border-color: #1F9314; }
span { border-color: rgb(31,147,20); }
td.TdClassName
{
border-color: #1F9314;
}
.TagClassName
{
border-color: #1F9314;
}
</style>