Shades of Forest Green #1F761C
Tints of Forest Green #1F761C
RGB
CMYK
RGB Variations
Color information
#1F761C (or 0x1F761C) is known color: Forest Green. HEX triplet: 1F, 76 and 1C. RGB value is (31,118,28). Sum of RGB (Red+Green+Blue) = 31+118+28=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #1F761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F761C is #E089E3. Grayscale: #515151. Windows color (decimal): -14715364 or 1865247. OLE color: 1865247.
HSL color Cylindrical-coordinate representation of color #1F761C: hue angle of 118º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F761C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 28 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.54 |
| HSL | 118º | 0.62% | 0.29% | - |
| HSV(B) | 118º | 0.76% | 0.46% | - |
| XYZ | 7.25 | 13.33 | 3.29 | - |
| YUV | 81.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 28 | 0.74 | 0 | 0.76 | 0.54 | 118 | 0.62 | 0.29 |
| Hex | 1F | 76 | 1C | 4A | 0 | 4C | 36 | 76 | 3E | 1D |
| Octal | 37 | 166 | 34 | 112 | 0 | 114 | 66 | 166 | 76 | 35 |
| Binary | 11111 | 1110110 | 11100 | 1001010 | 0 | 1001100 | 110110 | 1110110 | 111110 | 11101 |
Color Harmonies of #1F761C
Complementary color
Monochromatic Colors of #1F761C
Black with #1F761C
Text Example
Text Example
White with #1F761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F761C; }
p { color: rgb(31,118,28); }
H1.HeaderClassName
{
color: #1F761C;
}
.AnyTagClassName
{
color: #1F761C;
}
</style>
background-color css
<style>
a { background-color: #1F761C; }
a { background-color: rgb(31,118,28); }
div.DivClassName
{
background-color: #1F761C;
}
.BgClassName
{
background-color: #1F761C;
}
</style>
border-color css
<style>
span { border-color: #1F761C; }
span { border-color: rgb(31,118,28); }
td.TdClassName
{
border-color: #1F761C;
}
.TagClassName
{
border-color: #1F761C;
}
</style>