Shades of Forest Green #1F751C
Tints of Forest Green #1F751C
RGB
CMYK
RGB Variations
Color information
#1F751C (or 0x1F751C) is known color: Forest Green. HEX triplet: 1F, 75 and 1C. RGB value is (31,117,28). Sum of RGB (Red+Green+Blue) = 31+117+28=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #1F751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F751C is #E08AE3. Grayscale: #515151. Windows color (decimal): -14715620 or 1864991. OLE color: 1864991.
HSL color Cylindrical-coordinate representation of color #1F751C: hue angle of 117.98º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F751C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 28 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.54 |
| HSL | 117.98º | 0.61% | 0.28% | - |
| HSV(B) | 117.98º | 0.76% | 0.46% | - |
| XYZ | 7.14 | 13.1 | 3.25 | - |
| YUV | 81.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 28 | 0.74 | 0 | 0.76 | 0.54 | 117.98 | 0.61 | 0.28 |
| Hex | 1F | 75 | 1C | 4A | 0 | 4C | 36 | 76 | 3D | 1C |
| Octal | 37 | 165 | 34 | 112 | 0 | 114 | 66 | 166 | 75 | 34 |
| Binary | 11111 | 1110101 | 11100 | 1001010 | 0 | 1001100 | 110110 | 1110110 | 111101 | 11100 |
Color Harmonies of #1F751C
Complementary color
Monochromatic Colors of #1F751C
Black with #1F751C
Text Example
Text Example
White with #1F751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F751C; }
p { color: rgb(31,117,28); }
H1.HeaderClassName
{
color: #1F751C;
}
.AnyTagClassName
{
color: #1F751C;
}
</style>
background-color css
<style>
a { background-color: #1F751C; }
a { background-color: rgb(31,117,28); }
div.DivClassName
{
background-color: #1F751C;
}
.BgClassName
{
background-color: #1F751C;
}
</style>
border-color css
<style>
span { border-color: #1F751C; }
span { border-color: rgb(31,117,28); }
td.TdClassName
{
border-color: #1F751C;
}
.TagClassName
{
border-color: #1F751C;
}
</style>