Shades of Forest Green #1F770B
Tints of Forest Green #1F770B
RGB
CMYK
RGB Variations
Color information
#1F770B (or 0x1F770B) is known color: Forest Green. HEX triplet: 1F, 77 and 0B. RGB value is (31,119,11). Sum of RGB (Red+Green+Blue) = 31+119+11=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #1F770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F770B is #E088F4. Grayscale: #505050. Windows color (decimal): -14715125 or 751391. OLE color: 751391.
HSL color Cylindrical-coordinate representation of color #1F770B: hue angle of 108.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F770B is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 11 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.53 |
| HSL | 108.89º | 0.83% | 0.25% | - |
| HSV(B) | 108.89º | 0.91% | 0.47% | - |
| XYZ | 7.22 | 13.51 | 2.54 | - |
| YUV | 80.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 11 | 0.74 | 0 | 0.91 | 0.53 | 108.89 | 0.83 | 0.25 |
| Hex | 1F | 77 | B | 4A | 0 | 5B | 35 | 6D | 53 | 19 |
| Octal | 37 | 167 | 13 | 112 | 0 | 133 | 65 | 155 | 123 | 31 |
| Binary | 11111 | 1110111 | 1011 | 1001010 | 0 | 1011011 | 110101 | 1101101 | 1010011 | 11001 |
Color Harmonies of #1F770B
Complementary color
Monochromatic Colors of #1F770B
Black with #1F770B
Text Example
Text Example
White with #1F770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F770B; }
p { color: rgb(31,119,11); }
H1.HeaderClassName
{
color: #1F770B;
}
.AnyTagClassName
{
color: #1F770B;
}
</style>
background-color css
<style>
a { background-color: #1F770B; }
a { background-color: rgb(31,119,11); }
div.DivClassName
{
background-color: #1F770B;
}
.BgClassName
{
background-color: #1F770B;
}
</style>
border-color css
<style>
span { border-color: #1F770B; }
span { border-color: rgb(31,119,11); }
td.TdClassName
{
border-color: #1F770B;
}
.TagClassName
{
border-color: #1F770B;
}
</style>