Shades of Forest Green #1F730C
Tints of Forest Green #1F730C
RGB
CMYK
RGB Variations
Color information
#1F730C (or 0x1F730C) is known color: Forest Green. HEX triplet: 1F, 73 and 0C. RGB value is (31,115,12). Sum of RGB (Red+Green+Blue) = 31+115+12=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #1F730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F730C is #E08CF3. Grayscale: #4E4E4E. Windows color (decimal): -14716148 or 815903. OLE color: 815903.
HSL color Cylindrical-coordinate representation of color #1F730C: hue angle of 108.93º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F730C is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 12 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.55 |
| HSL | 108.93º | 0.81% | 0.25% | - |
| HSV(B) | 108.93º | 0.9% | 0.45% | - |
| XYZ | 6.76 | 12.58 | 2.42 | - |
| YUV | 78.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 12 | 0.73 | 0 | 0.90 | 0.55 | 108.93 | 0.81 | 0.25 |
| Hex | 1F | 73 | C | 49 | 0 | 5A | 37 | 6D | 51 | 19 |
| Octal | 37 | 163 | 14 | 111 | 0 | 132 | 67 | 155 | 121 | 31 |
| Binary | 11111 | 1110011 | 1100 | 1001001 | 0 | 1011010 | 110111 | 1101101 | 1010001 | 11001 |
Color Harmonies of #1F730C
Complementary color
Monochromatic Colors of #1F730C
Black with #1F730C
Text Example
Text Example
White with #1F730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F730C; }
p { color: rgb(31,115,12); }
H1.HeaderClassName
{
color: #1F730C;
}
.AnyTagClassName
{
color: #1F730C;
}
</style>
background-color css
<style>
a { background-color: #1F730C; }
a { background-color: rgb(31,115,12); }
div.DivClassName
{
background-color: #1F730C;
}
.BgClassName
{
background-color: #1F730C;
}
</style>
border-color css
<style>
span { border-color: #1F730C; }
span { border-color: rgb(31,115,12); }
td.TdClassName
{
border-color: #1F730C;
}
.TagClassName
{
border-color: #1F730C;
}
</style>