Shades of Forest Green #1F781B
Tints of Forest Green #1F781B
RGB
CMYK
RGB Variations
Color information
#1F781B (or 0x1F781B) is known color: Forest Green. HEX triplet: 1F, 78 and 1B. RGB value is (31,120,27). Sum of RGB (Red+Green+Blue) = 31+120+27=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #1F781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F781B is #E087E4. Grayscale: #535353. Windows color (decimal): -14714853 or 1800223. OLE color: 1800223.
HSL color Cylindrical-coordinate representation of color #1F781B: hue angle of 117.42º degrees, saturation: 0.63, 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 #1F781B is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 27 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.53 |
| HSL | 117.42º | 0.63% | 0.29% | - |
| HSV(B) | 117.42º | 0.78% | 0.47% | - |
| XYZ | 7.48 | 13.8 | 3.31 | - |
| YUV | 82.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 27 | 0.74 | 0 | 0.78 | 0.53 | 117.42 | 0.63 | 0.29 |
| Hex | 1F | 78 | 1B | 4A | 0 | 4E | 35 | 75 | 3F | 1D |
| Octal | 37 | 170 | 33 | 112 | 0 | 116 | 65 | 165 | 77 | 35 |
| Binary | 11111 | 1111000 | 11011 | 1001010 | 0 | 1001110 | 110101 | 1110101 | 111111 | 11101 |
Color Harmonies of #1F781B
Complementary color
Monochromatic Colors of #1F781B
Black with #1F781B
Text Example
Text Example
White with #1F781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F781B; }
p { color: rgb(31,120,27); }
H1.HeaderClassName
{
color: #1F781B;
}
.AnyTagClassName
{
color: #1F781B;
}
</style>
background-color css
<style>
a { background-color: #1F781B; }
a { background-color: rgb(31,120,27); }
div.DivClassName
{
background-color: #1F781B;
}
.BgClassName
{
background-color: #1F781B;
}
</style>
border-color css
<style>
span { border-color: #1F781B; }
span { border-color: rgb(31,120,27); }
td.TdClassName
{
border-color: #1F781B;
}
.TagClassName
{
border-color: #1F781B;
}
</style>