Shades of Forest Green #1FAB26
Tints of Forest Green #1FAB26
RGB
CMYK
RGB Variations
Color information
#1FAB26 (or 0x1FAB26) is known color: Forest Green. HEX triplet: 1F, AB and 26. RGB value is (31,171,38). Sum of RGB (Red+Green+Blue) = 31+171+38=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB26 is #E054D9. Grayscale: #727272. Windows color (decimal): -14701786 or 2534175. OLE color: 2534175.
HSL color Cylindrical-coordinate representation of color #1FAB26: hue angle of 123º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB26 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 38 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.33 |
| HSL | 123º | 0.69% | 0.4% | - |
| HSV(B) | 123º | 0.82% | 0.67% | - |
| XYZ | 15.48 | 29.56 | 6.72 | - |
| YUV | 113.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 38 | 0.82 | 0 | 0.78 | 0.33 | 123 | 0.69 | 0.4 |
| Hex | 1F | AB | 26 | 52 | 0 | 4E | 21 | 7B | 45 | 28 |
| Octal | 37 | 253 | 46 | 122 | 0 | 116 | 41 | 173 | 105 | 50 |
| Binary | 11111 | 10101011 | 100110 | 1010010 | 0 | 1001110 | 100001 | 1111011 | 1000101 | 101000 |
Color Harmonies of #1FAB26
Complementary color
Monochromatic Colors of #1FAB26
Black with #1FAB26
Text Example
Text Example
White with #1FAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB26; }
p { color: rgb(31,171,38); }
H1.HeaderClassName
{
color: #1FAB26;
}
.AnyTagClassName
{
color: #1FAB26;
}
</style>
background-color css
<style>
a { background-color: #1FAB26; }
a { background-color: rgb(31,171,38); }
div.DivClassName
{
background-color: #1FAB26;
}
.BgClassName
{
background-color: #1FAB26;
}
</style>
border-color css
<style>
span { border-color: #1FAB26; }
span { border-color: rgb(31,171,38); }
td.TdClassName
{
border-color: #1FAB26;
}
.TagClassName
{
border-color: #1FAB26;
}
</style>