Shades of Forest Green #1FAB19
Tints of Forest Green #1FAB19
RGB
CMYK
RGB Variations
Color information
#1FAB19 (or 0x1FAB19) is known color: Forest Green. HEX triplet: 1F, AB and 19. RGB value is (31,171,25). Sum of RGB (Red+Green+Blue) = 31+171+25=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 171 (67.19% from 255 or 75.33% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB19 is #E054E6. Grayscale: #707070. Windows color (decimal): -14701799 or 1682207. OLE color: 1682207.
HSL color Cylindrical-coordinate representation of color #1FAB19: hue angle of 117.53º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAB19 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 25 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.33 |
| HSL | 117.53º | 0.74% | 0.38% | - |
| HSV(B) | 117.53º | 0.85% | 0.67% | - |
| XYZ | 15.3 | 29.49 | 5.8 | - |
| YUV | 112.5 | 78.62 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 25 | 0.82 | 0 | 0.85 | 0.33 | 117.53 | 0.74 | 0.38 |
| Hex | 1F | AB | 19 | 52 | 0 | 55 | 21 | 76 | 4A | 26 |
| Octal | 37 | 253 | 31 | 122 | 0 | 125 | 41 | 166 | 112 | 46 |
| Binary | 11111 | 10101011 | 11001 | 1010010 | 0 | 1010101 | 100001 | 1110110 | 1001010 | 100110 |
Color Harmonies of #1FAB19
Complementary color
Monochromatic Colors of #1FAB19
Black with #1FAB19
Text Example
Text Example
White with #1FAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB19; }
p { color: rgb(31,171,25); }
H1.HeaderClassName
{
color: #1FAB19;
}
.AnyTagClassName
{
color: #1FAB19;
}
</style>
background-color css
<style>
a { background-color: #1FAB19; }
a { background-color: rgb(31,171,25); }
div.DivClassName
{
background-color: #1FAB19;
}
.BgClassName
{
background-color: #1FAB19;
}
</style>
border-color css
<style>
span { border-color: #1FAB19; }
span { border-color: rgb(31,171,25); }
td.TdClassName
{
border-color: #1FAB19;
}
.TagClassName
{
border-color: #1FAB19;
}
</style>