Shades of Forest Green #1F781D
Tints of Forest Green #1F781D
RGB
CMYK
RGB Variations
Color information
#1F781D (or 0x1F781D) is known color: Forest Green. HEX triplet: 1F, 78 and 1D. RGB value is (31,120,29). Sum of RGB (Red+Green+Blue) = 31+120+29=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #1F781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F781D is #E087E2. Grayscale: #535353. Windows color (decimal): -14714851 or 1931295. OLE color: 1931295.
HSL color Cylindrical-coordinate representation of color #1F781D: hue angle of 118.68º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F781D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
RGB | 31 | 120 | 29 | - |
CMYK | 0.74 | 0 | 0.76 | 0.53 |
HSL | 118.68º | 0.61% | 0.29% | - |
HSV(B) | 118.68º | 0.76% | 0.47% | - |
XYZ | 7.5 | 13.81 | 3.43 | - |
YUV | 83.02 | 97.51 | 90.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 120 | 29 | 0.74 | 0 | 0.76 | 0.53 | 118.68 | 0.61 | 0.29 |
Hex | 1F | 78 | 1D | 4A | 0 | 4C | 35 | 77 | 3D | 1D |
Octal | 37 | 170 | 35 | 112 | 0 | 114 | 65 | 167 | 75 | 35 |
Binary | 11111 | 1111000 | 11101 | 1001010 | 0 | 1001100 | 110101 | 1110111 | 111101 | 11101 |
Color Harmonies of #1F781D
Complementary color
Monochromatic Colors of #1F781D
Black with #1F781D
Text Example
Text Example
White with #1F781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F781D; }
p { color: rgb(31,120,29); }
H1.HeaderClassName
{
color: #1F781D;
}
.AnyTagClassName
{
color: #1F781D;
}
</style>
background-color css
<style>
a { background-color: #1F781D; }
a { background-color: rgb(31,120,29); }
div.DivClassName
{
background-color: #1F781D;
}
.BgClassName
{
background-color: #1F781D;
}
</style>
border-color css
<style>
span { border-color: #1F781D; }
span { border-color: rgb(31,120,29); }
td.TdClassName
{
border-color: #1F781D;
}
.TagClassName
{
border-color: #1F781D;
}
</style>