Shades of Forest Green #1F9214
Tints of Forest Green #1F9214
RGB
CMYK
RGB Variations
Color information
#1F9214 (or 0x1F9214) is known color: Forest Green. HEX triplet: 1F, 92 and 14. RGB value is (31,146,20). Sum of RGB (Red+Green+Blue) = 31+146+20=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 146 (57.42% from 255 or 74.11% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9214 is #E06DEB. Grayscale: #616161. Windows color (decimal): -14708204 or 1348127. OLE color: 1348127.
HSL color Cylindrical-coordinate representation of color #1F9214: hue angle of 114.76º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9214 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 20 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.43 |
| HSL | 114.76º | 0.76% | 0.33% | - |
| HSV(B) | 114.76º | 0.86% | 0.57% | - |
| XYZ | 10.97 | 20.9 | 4.12 | - |
| YUV | 97.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 20 | 0.79 | 0 | 0.86 | 0.43 | 114.76 | 0.76 | 0.33 |
| Hex | 1F | 92 | 14 | 4F | 0 | 56 | 2B | 73 | 4C | 21 |
| Octal | 37 | 222 | 24 | 117 | 0 | 126 | 53 | 163 | 114 | 41 |
| Binary | 11111 | 10010010 | 10100 | 1001111 | 0 | 1010110 | 101011 | 1110011 | 1001100 | 100001 |
Color Harmonies of #1F9214
Complementary color
Monochromatic Colors of #1F9214
Black with #1F9214
Text Example
Text Example
White with #1F9214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9214; }
p { color: rgb(31,146,20); }
H1.HeaderClassName
{
color: #1F9214;
}
.AnyTagClassName
{
color: #1F9214;
}
</style>
background-color css
<style>
a { background-color: #1F9214; }
a { background-color: rgb(31,146,20); }
div.DivClassName
{
background-color: #1F9214;
}
.BgClassName
{
background-color: #1F9214;
}
</style>
border-color css
<style>
span { border-color: #1F9214; }
span { border-color: rgb(31,146,20); }
td.TdClassName
{
border-color: #1F9214;
}
.TagClassName
{
border-color: #1F9214;
}
</style>