Shades of Forest Green #1F781C
Tints of Forest Green #1F781C
RGB
CMYK
RGB Variations
Color information
#1F781C (or 0x1F781C) is known color: Forest Green. HEX triplet: 1F, 78 and 1C. RGB value is (31,120,28). Sum of RGB (Red+Green+Blue) = 31+120+28=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #1F781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F781C is #E087E3. Grayscale: #535353. Windows color (decimal): -14714852 or 1865759. OLE color: 1865759.
HSL color Cylindrical-coordinate representation of color #1F781C: hue angle of 118.04º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F781C is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 28 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.53 |
| HSL | 118.04º | 0.62% | 0.29% | - |
| HSV(B) | 118.04º | 0.77% | 0.47% | - |
| XYZ | 7.49 | 13.81 | 3.37 | - |
| YUV | 82.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 28 | 0.74 | 0 | 0.77 | 0.53 | 118.04 | 0.62 | 0.29 |
| Hex | 1F | 78 | 1C | 4A | 0 | 4D | 35 | 76 | 3E | 1D |
| Octal | 37 | 170 | 34 | 112 | 0 | 115 | 65 | 166 | 76 | 35 |
| Binary | 11111 | 1111000 | 11100 | 1001010 | 0 | 1001101 | 110101 | 1110110 | 111110 | 11101 |
Color Harmonies of #1F781C
Complementary color
Monochromatic Colors of #1F781C
Black with #1F781C
Text Example
Text Example
White with #1F781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F781C; }
p { color: rgb(31,120,28); }
H1.HeaderClassName
{
color: #1F781C;
}
.AnyTagClassName
{
color: #1F781C;
}
</style>
background-color css
<style>
a { background-color: #1F781C; }
a { background-color: rgb(31,120,28); }
div.DivClassName
{
background-color: #1F781C;
}
.BgClassName
{
background-color: #1F781C;
}
</style>
border-color css
<style>
span { border-color: #1F781C; }
span { border-color: rgb(31,120,28); }
td.TdClassName
{
border-color: #1F781C;
}
.TagClassName
{
border-color: #1F781C;
}
</style>