Shades of Forest Green #1F750C
Tints of Forest Green #1F750C
RGB
CMYK
RGB Variations
Color information
#1F750C (or 0x1F750C) is known color: Forest Green. HEX triplet: 1F, 75 and 0C. RGB value is (31,117,12). Sum of RGB (Red+Green+Blue) = 31+117+12=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #1F750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F750C is #E08AF3. Grayscale: #4F4F4F. Windows color (decimal): -14715636 or 816415. OLE color: 816415.
HSL color Cylindrical-coordinate representation of color #1F750C: hue angle of 109.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F750C is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 12 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.54 |
| HSL | 109.14º | 0.81% | 0.25% | - |
| HSV(B) | 109.14º | 0.9% | 0.46% | - |
| XYZ | 6.99 | 13.04 | 2.5 | - |
| YUV | 79.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 12 | 0.74 | 0 | 0.90 | 0.54 | 109.14 | 0.81 | 0.25 |
| Hex | 1F | 75 | C | 4A | 0 | 5A | 36 | 6D | 51 | 19 |
| Octal | 37 | 165 | 14 | 112 | 0 | 132 | 66 | 155 | 121 | 31 |
| Binary | 11111 | 1110101 | 1100 | 1001010 | 0 | 1011010 | 110110 | 1101101 | 1010001 | 11001 |
Color Harmonies of #1F750C
Complementary color
Monochromatic Colors of #1F750C
Black with #1F750C
Text Example
Text Example
White with #1F750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F750C; }
p { color: rgb(31,117,12); }
H1.HeaderClassName
{
color: #1F750C;
}
.AnyTagClassName
{
color: #1F750C;
}
</style>
background-color css
<style>
a { background-color: #1F750C; }
a { background-color: rgb(31,117,12); }
div.DivClassName
{
background-color: #1F750C;
}
.BgClassName
{
background-color: #1F750C;
}
</style>
border-color css
<style>
span { border-color: #1F750C; }
span { border-color: rgb(31,117,12); }
td.TdClassName
{
border-color: #1F750C;
}
.TagClassName
{
border-color: #1F750C;
}
</style>