Shades of Forest Green #1F750D
Tints of Forest Green #1F750D
RGB
CMYK
RGB Variations
Color information
#1F750D (or 0x1F750D) is known color: Forest Green. HEX triplet: 1F, 75 and 0D. RGB value is (31,117,13). Sum of RGB (Red+Green+Blue) = 31+117+13=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #1F750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F750D is #E08AF2. Grayscale: #4F4F4F. Windows color (decimal): -14715635 or 881951. OLE color: 881951.
HSL color Cylindrical-coordinate representation of color #1F750D: hue angle of 109.62º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F750D is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 13 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.54 |
| HSL | 109.62º | 0.8% | 0.25% | - |
| HSV(B) | 109.62º | 0.89% | 0.46% | - |
| XYZ | 7 | 13.04 | 2.53 | - |
| YUV | 79.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 13 | 0.74 | 0 | 0.89 | 0.54 | 109.62 | 0.8 | 0.25 |
| Hex | 1F | 75 | D | 4A | 0 | 59 | 36 | 6E | 50 | 19 |
| Octal | 37 | 165 | 15 | 112 | 0 | 131 | 66 | 156 | 120 | 31 |
| Binary | 11111 | 1110101 | 1101 | 1001010 | 0 | 1011001 | 110110 | 1101110 | 1010000 | 11001 |
Color Harmonies of #1F750D
Complementary color
Monochromatic Colors of #1F750D
Black with #1F750D
Text Example
Text Example
White with #1F750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F750D; }
p { color: rgb(31,117,13); }
H1.HeaderClassName
{
color: #1F750D;
}
.AnyTagClassName
{
color: #1F750D;
}
</style>
background-color css
<style>
a { background-color: #1F750D; }
a { background-color: rgb(31,117,13); }
div.DivClassName
{
background-color: #1F750D;
}
.BgClassName
{
background-color: #1F750D;
}
</style>
border-color css
<style>
span { border-color: #1F750D; }
span { border-color: rgb(31,117,13); }
td.TdClassName
{
border-color: #1F750D;
}
.TagClassName
{
border-color: #1F750D;
}
</style>