Shades of Forest Green #1FAB16
Tints of Forest Green #1FAB16
RGB
CMYK
RGB Variations
Color information
#1FAB16 (or 0x1FAB16) is known color: Forest Green. HEX triplet: 1F, AB and 16. RGB value is (31,171,22). Sum of RGB (Red+Green+Blue) = 31+171+22=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB16 is #E054E9. Grayscale: #707070. Windows color (decimal): -14701802 or 1485599. OLE color: 1485599.
HSL color Cylindrical-coordinate representation of color #1FAB16: hue angle of 116.38º degrees, saturation: 0.77, 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 #1FAB16 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 22 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.33 |
| HSL | 116.38º | 0.77% | 0.38% | - |
| HSV(B) | 116.38º | 0.87% | 0.67% | - |
| XYZ | 15.27 | 29.48 | 5.64 | - |
| YUV | 112.15 | 77.12 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 22 | 0.82 | 0 | 0.87 | 0.33 | 116.38 | 0.77 | 0.38 |
| Hex | 1F | AB | 16 | 52 | 0 | 57 | 21 | 74 | 4D | 26 |
| Octal | 37 | 253 | 26 | 122 | 0 | 127 | 41 | 164 | 115 | 46 |
| Binary | 11111 | 10101011 | 10110 | 1010010 | 0 | 1010111 | 100001 | 1110100 | 1001101 | 100110 |
Color Harmonies of #1FAB16
Complementary color
Monochromatic Colors of #1FAB16
Black with #1FAB16
Text Example
Text Example
White with #1FAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB16; }
p { color: rgb(31,171,22); }
H1.HeaderClassName
{
color: #1FAB16;
}
.AnyTagClassName
{
color: #1FAB16;
}
</style>
background-color css
<style>
a { background-color: #1FAB16; }
a { background-color: rgb(31,171,22); }
div.DivClassName
{
background-color: #1FAB16;
}
.BgClassName
{
background-color: #1FAB16;
}
</style>
border-color css
<style>
span { border-color: #1FAB16; }
span { border-color: rgb(31,171,22); }
td.TdClassName
{
border-color: #1FAB16;
}
.TagClassName
{
border-color: #1FAB16;
}
</style>