Shades of Forest Green #1F760D
Tints of Forest Green #1F760D
RGB
CMYK
RGB Variations
Color information
#1F760D (or 0x1F760D) is known color: Forest Green. HEX triplet: 1F, 76 and 0D. RGB value is (31,118,13). Sum of RGB (Red+Green+Blue) = 31+118+13=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #1F760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F760D is #E089F2. Grayscale: #505050. Windows color (decimal): -14715379 or 882207. OLE color: 882207.
HSL color Cylindrical-coordinate representation of color #1F760D: hue angle of 109.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F760D is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 13 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.54 |
| HSL | 109.71º | 0.8% | 0.26% | - |
| HSV(B) | 109.71º | 0.89% | 0.46% | - |
| XYZ | 7.12 | 13.28 | 2.57 | - |
| YUV | 80.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 13 | 0.74 | 0 | 0.89 | 0.54 | 109.71 | 0.8 | 0.26 |
| Hex | 1F | 76 | D | 4A | 0 | 59 | 36 | 6E | 50 | 1A |
| Octal | 37 | 166 | 15 | 112 | 0 | 131 | 66 | 156 | 120 | 32 |
| Binary | 11111 | 1110110 | 1101 | 1001010 | 0 | 1011001 | 110110 | 1101110 | 1010000 | 11010 |
Color Harmonies of #1F760D
Complementary color
Monochromatic Colors of #1F760D
Black with #1F760D
Text Example
Text Example
White with #1F760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F760D; }
p { color: rgb(31,118,13); }
H1.HeaderClassName
{
color: #1F760D;
}
.AnyTagClassName
{
color: #1F760D;
}
</style>
background-color css
<style>
a { background-color: #1F760D; }
a { background-color: rgb(31,118,13); }
div.DivClassName
{
background-color: #1F760D;
}
.BgClassName
{
background-color: #1F760D;
}
</style>
border-color css
<style>
span { border-color: #1F760D; }
span { border-color: rgb(31,118,13); }
td.TdClassName
{
border-color: #1F760D;
}
.TagClassName
{
border-color: #1F760D;
}
</style>