Shades of Forest Green #1FB115
Tints of Forest Green #1FB115
RGB
CMYK
RGB Variations
Color information
#1FB115 (or 0x1FB115) is known color: Forest Green. HEX triplet: 1F, B1 and 15. RGB value is (31,177,21). Sum of RGB (Red+Green+Blue) = 31+177+21=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 177 (69.53% from 255 or 77.29% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB115 is #E04EEA. Grayscale: #747474. Windows color (decimal): -14700267 or 1421599. OLE color: 1421599.
HSL color Cylindrical-coordinate representation of color #1FB115: hue angle of 116.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB115 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 21 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.31 |
| HSL | 116.15º | 0.79% | 0.39% | - |
| HSV(B) | 116.15º | 0.88% | 0.69% | - |
| XYZ | 16.42 | 31.79 | 5.98 | - |
| YUV | 115.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 21 | 0.82 | 0 | 0.88 | 0.31 | 116.15 | 0.79 | 0.39 |
| Hex | 1F | B1 | 15 | 52 | 0 | 58 | 1F | 74 | 4F | 27 |
| Octal | 37 | 261 | 25 | 122 | 0 | 130 | 37 | 164 | 117 | 47 |
| Binary | 11111 | 10110001 | 10101 | 1010010 | 0 | 1011000 | 11111 | 1110100 | 1001111 | 100111 |
Color Harmonies of #1FB115
Complementary color
Monochromatic Colors of #1FB115
Black with #1FB115
Text Example
Text Example
White with #1FB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB115; }
p { color: rgb(31,177,21); }
H1.HeaderClassName
{
color: #1FB115;
}
.AnyTagClassName
{
color: #1FB115;
}
</style>
background-color css
<style>
a { background-color: #1FB115; }
a { background-color: rgb(31,177,21); }
div.DivClassName
{
background-color: #1FB115;
}
.BgClassName
{
background-color: #1FB115;
}
</style>
border-color css
<style>
span { border-color: #1FB115; }
span { border-color: rgb(31,177,21); }
td.TdClassName
{
border-color: #1FB115;
}
.TagClassName
{
border-color: #1FB115;
}
</style>