Shades of Forest Green #1F7518
Tints of Forest Green #1F7518
RGB
CMYK
RGB Variations
Color information
#1F7518 (or 0x1F7518) is known color: Forest Green. HEX triplet: 1F, 75 and 18. RGB value is (31,117,24). Sum of RGB (Red+Green+Blue) = 31+117+24=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7518 is #E08AE7. Grayscale: #505050. Windows color (decimal): -14715624 or 1602847. OLE color: 1602847.
HSL color Cylindrical-coordinate representation of color #1F7518: hue angle of 115.48º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7518 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 24 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.54 |
| HSL | 115.48º | 0.66% | 0.28% | - |
| HSV(B) | 115.48º | 0.79% | 0.46% | - |
| XYZ | 7.09 | 13.08 | 3.02 | - |
| YUV | 80.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 24 | 0.74 | 0 | 0.79 | 0.54 | 115.48 | 0.66 | 0.28 |
| Hex | 1F | 75 | 18 | 4A | 0 | 4F | 36 | 73 | 42 | 1C |
| Octal | 37 | 165 | 30 | 112 | 0 | 117 | 66 | 163 | 102 | 34 |
| Binary | 11111 | 1110101 | 11000 | 1001010 | 0 | 1001111 | 110110 | 1110011 | 1000010 | 11100 |
Color Harmonies of #1F7518
Complementary color
Monochromatic Colors of #1F7518
Black with #1F7518
Text Example
Text Example
White with #1F7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7518; }
p { color: rgb(31,117,24); }
H1.HeaderClassName
{
color: #1F7518;
}
.AnyTagClassName
{
color: #1F7518;
}
</style>
background-color css
<style>
a { background-color: #1F7518; }
a { background-color: rgb(31,117,24); }
div.DivClassName
{
background-color: #1F7518;
}
.BgClassName
{
background-color: #1F7518;
}
</style>
border-color css
<style>
span { border-color: #1F7518; }
span { border-color: rgb(31,117,24); }
td.TdClassName
{
border-color: #1F7518;
}
.TagClassName
{
border-color: #1F7518;
}
</style>