Shades of Forest Green #1FAC17
Tints of Forest Green #1FAC17
RGB
CMYK
RGB Variations
Color information
#1FAC17 (or 0x1FAC17) is known color: Forest Green. HEX triplet: 1F, AC and 17. RGB value is (31,172,23). Sum of RGB (Red+Green+Blue) = 31+172+23=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 172 (67.58% from 255 or 76.11% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC17 is #E053E8. Grayscale: #717171. Windows color (decimal): -14701545 or 1551391. OLE color: 1551391.
HSL color Cylindrical-coordinate representation of color #1FAC17: hue angle of 116.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FAC17 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 23 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.33 |
| HSL | 116.78º | 0.76% | 0.38% | - |
| HSV(B) | 116.78º | 0.87% | 0.67% | - |
| XYZ | 15.47 | 29.86 | 5.76 | - |
| YUV | 112.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 23 | 0.82 | 0 | 0.87 | 0.33 | 116.78 | 0.76 | 0.38 |
| Hex | 1F | AC | 17 | 52 | 0 | 57 | 21 | 75 | 4C | 26 |
| Octal | 37 | 254 | 27 | 122 | 0 | 127 | 41 | 165 | 114 | 46 |
| Binary | 11111 | 10101100 | 10111 | 1010010 | 0 | 1010111 | 100001 | 1110101 | 1001100 | 100110 |
Color Harmonies of #1FAC17
Complementary color
Monochromatic Colors of #1FAC17
Black with #1FAC17
Text Example
Text Example
White with #1FAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC17; }
p { color: rgb(31,172,23); }
H1.HeaderClassName
{
color: #1FAC17;
}
.AnyTagClassName
{
color: #1FAC17;
}
</style>
background-color css
<style>
a { background-color: #1FAC17; }
a { background-color: rgb(31,172,23); }
div.DivClassName
{
background-color: #1FAC17;
}
.BgClassName
{
background-color: #1FAC17;
}
</style>
border-color css
<style>
span { border-color: #1FAC17; }
span { border-color: rgb(31,172,23); }
td.TdClassName
{
border-color: #1FAC17;
}
.TagClassName
{
border-color: #1FAC17;
}
</style>