Shades of Forest Green #1FAC18
Tints of Forest Green #1FAC18
RGB
CMYK
RGB Variations
Color information
#1FAC18 (or 0x1FAC18) is known color: Forest Green. HEX triplet: 1F, AC and 18. RGB value is (31,172,24). Sum of RGB (Red+Green+Blue) = 31+172+24=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC18 is #E053E7. Grayscale: #717171. Windows color (decimal): -14701544 or 1616927. OLE color: 1616927.
HSL color Cylindrical-coordinate representation of color #1FAC18: hue angle of 117.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAC18 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 24 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.33 |
| HSL | 117.16º | 0.76% | 0.38% | - |
| HSV(B) | 117.16º | 0.86% | 0.67% | - |
| XYZ | 15.48 | 29.86 | 5.81 | - |
| YUV | 112.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 24 | 0.82 | 0 | 0.86 | 0.33 | 117.16 | 0.76 | 0.38 |
| Hex | 1F | AC | 18 | 52 | 0 | 56 | 21 | 75 | 4C | 26 |
| Octal | 37 | 254 | 30 | 122 | 0 | 126 | 41 | 165 | 114 | 46 |
| Binary | 11111 | 10101100 | 11000 | 1010010 | 0 | 1010110 | 100001 | 1110101 | 1001100 | 100110 |
Color Harmonies of #1FAC18
Complementary color
Monochromatic Colors of #1FAC18
Black with #1FAC18
Text Example
Text Example
White with #1FAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC18; }
p { color: rgb(31,172,24); }
H1.HeaderClassName
{
color: #1FAC18;
}
.AnyTagClassName
{
color: #1FAC18;
}
</style>
background-color css
<style>
a { background-color: #1FAC18; }
a { background-color: rgb(31,172,24); }
div.DivClassName
{
background-color: #1FAC18;
}
.BgClassName
{
background-color: #1FAC18;
}
</style>
border-color css
<style>
span { border-color: #1FAC18; }
span { border-color: rgb(31,172,24); }
td.TdClassName
{
border-color: #1FAC18;
}
.TagClassName
{
border-color: #1FAC18;
}
</style>