Shades of Forest Green #1FB11C
Tints of Forest Green #1FB11C
RGB
CMYK
RGB Variations
Color information
#1FB11C (or 0x1FB11C) is known color: Forest Green. HEX triplet: 1F, B1 and 1C. RGB value is (31,177,28). Sum of RGB (Red+Green+Blue) = 31+177+28=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 177 (69.53% from 255 or 75% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB11C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB11C is #E04EE3. Grayscale: #747474. Windows color (decimal): -14700260 or 1880351. OLE color: 1880351.
HSL color Cylindrical-coordinate representation of color #1FB11C: hue angle of 118.79º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB11C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.31 |
| HSL | 118.79º | 0.73% | 0.4% | - |
| HSV(B) | 118.79º | 0.84% | 0.69% | - |
| XYZ | 16.5 | 31.82 | 6.37 | - |
| YUV | 116.36 | 78.13 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 28 | 0.82 | 0 | 0.84 | 0.31 | 118.79 | 0.73 | 0.4 |
| Hex | 1F | B1 | 1C | 52 | 0 | 54 | 1F | 77 | 49 | 28 |
| Octal | 37 | 261 | 34 | 122 | 0 | 124 | 37 | 167 | 111 | 50 |
| Binary | 11111 | 10110001 | 11100 | 1010010 | 0 | 1010100 | 11111 | 1110111 | 1001001 | 101000 |
Color Harmonies of #1FB11C
Complementary color
Monochromatic Colors of #1FB11C
Black with #1FB11C
Text Example
Text Example
White with #1FB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB11C; }
p { color: rgb(31,177,28); }
H1.HeaderClassName
{
color: #1FB11C;
}
.AnyTagClassName
{
color: #1FB11C;
}
</style>
background-color css
<style>
a { background-color: #1FB11C; }
a { background-color: rgb(31,177,28); }
div.DivClassName
{
background-color: #1FB11C;
}
.BgClassName
{
background-color: #1FB11C;
}
</style>
border-color css
<style>
span { border-color: #1FB11C; }
span { border-color: rgb(31,177,28); }
td.TdClassName
{
border-color: #1FB11C;
}
.TagClassName
{
border-color: #1FB11C;
}
</style>