Shades of Forest Green #1F750A
Tints of Forest Green #1F750A
RGB
CMYK
RGB Variations
Color information
#1F750A (or 0x1F750A) is known color: Forest Green. HEX triplet: 1F, 75 and 0A. RGB value is (31,117,10). Sum of RGB (Red+Green+Blue) = 31+117+10=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #1F750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F750A is #E08AF5. Grayscale: #4F4F4F. Windows color (decimal): -14715638 or 685343. OLE color: 685343.
HSL color Cylindrical-coordinate representation of color #1F750A: hue angle of 108.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F750A is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 10 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.54 |
| HSL | 108.22º | 0.84% | 0.25% | - |
| HSV(B) | 108.22º | 0.91% | 0.46% | - |
| XYZ | 6.98 | 13.04 | 2.44 | - |
| YUV | 79.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 10 | 0.74 | 0 | 0.91 | 0.54 | 108.22 | 0.84 | 0.25 |
| Hex | 1F | 75 | A | 4A | 0 | 5B | 36 | 6C | 54 | 19 |
| Octal | 37 | 165 | 12 | 112 | 0 | 133 | 66 | 154 | 124 | 31 |
| Binary | 11111 | 1110101 | 1010 | 1001010 | 0 | 1011011 | 110110 | 1101100 | 1010100 | 11001 |
Color Harmonies of #1F750A
Complementary color
Monochromatic Colors of #1F750A
Black with #1F750A
Text Example
Text Example
White with #1F750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F750A; }
p { color: rgb(31,117,10); }
H1.HeaderClassName
{
color: #1F750A;
}
.AnyTagClassName
{
color: #1F750A;
}
</style>
background-color css
<style>
a { background-color: #1F750A; }
a { background-color: rgb(31,117,10); }
div.DivClassName
{
background-color: #1F750A;
}
.BgClassName
{
background-color: #1F750A;
}
</style>
border-color css
<style>
span { border-color: #1F750A; }
span { border-color: rgb(31,117,10); }
td.TdClassName
{
border-color: #1F750A;
}
.TagClassName
{
border-color: #1F750A;
}
</style>