Shades of Forest Green #1F7621
Tints of Forest Green #1F7621
RGB
CMYK
RGB Variations
Color information
#1F7621 (or 0x1F7621) is known color: Forest Green. HEX triplet: 1F, 76 and 21. RGB value is (31,118,33). Sum of RGB (Red+Green+Blue) = 31+118+33=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7621 is #E089DE. Grayscale: #525252. Windows color (decimal): -14715359 or 2192927. OLE color: 2192927.
HSL color Cylindrical-coordinate representation of color #1F7621: hue angle of 121.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7621 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 33 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.54 |
| HSL | 121.38º | 0.58% | 0.29% | - |
| HSV(B) | 121.38º | 0.74% | 0.46% | - |
| XYZ | 7.32 | 13.36 | 3.63 | - |
| YUV | 82.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 33 | 0.74 | 0 | 0.72 | 0.54 | 121.38 | 0.58 | 0.29 |
| Hex | 1F | 76 | 21 | 4A | 0 | 48 | 36 | 79 | 3A | 1D |
| Octal | 37 | 166 | 41 | 112 | 0 | 110 | 66 | 171 | 72 | 35 |
| Binary | 11111 | 1110110 | 100001 | 1001010 | 0 | 1001000 | 110110 | 1111001 | 111010 | 11101 |
Color Harmonies of #1F7621
Complementary color
Monochromatic Colors of #1F7621
Black with #1F7621
Text Example
Text Example
White with #1F7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7621; }
p { color: rgb(31,118,33); }
H1.HeaderClassName
{
color: #1F7621;
}
.AnyTagClassName
{
color: #1F7621;
}
</style>
background-color css
<style>
a { background-color: #1F7621; }
a { background-color: rgb(31,118,33); }
div.DivClassName
{
background-color: #1F7621;
}
.BgClassName
{
background-color: #1F7621;
}
</style>
border-color css
<style>
span { border-color: #1F7621; }
span { border-color: rgb(31,118,33); }
td.TdClassName
{
border-color: #1F7621;
}
.TagClassName
{
border-color: #1F7621;
}
</style>