Shades of Forest Green #1FB11B
Tints of Forest Green #1FB11B
RGB
CMYK
RGB Variations
Color information
#1FB11B (or 0x1FB11B) is known color: Forest Green. HEX triplet: 1F, B1 and 1B. RGB value is (31,177,27). Sum of RGB (Red+Green+Blue) = 31+177+27=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 177 (69.53% from 255 or 75.32% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB11B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB11B is #E04EE4. Grayscale: #747474. Windows color (decimal): -14700261 or 1814815. OLE color: 1814815.
HSL color Cylindrical-coordinate representation of color #1FB11B: hue angle of 118.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB11B is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 27 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.31 |
| HSL | 118.4º | 0.74% | 0.4% | - |
| HSV(B) | 118.4º | 0.85% | 0.69% | - |
| XYZ | 16.49 | 31.81 | 6.31 | - |
| YUV | 116.25 | 77.63 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 27 | 0.82 | 0 | 0.85 | 0.31 | 118.4 | 0.74 | 0.4 |
| Hex | 1F | B1 | 1B | 52 | 0 | 55 | 1F | 76 | 4A | 28 |
| Octal | 37 | 261 | 33 | 122 | 0 | 125 | 37 | 166 | 112 | 50 |
| Binary | 11111 | 10110001 | 11011 | 1010010 | 0 | 1010101 | 11111 | 1110110 | 1001010 | 101000 |
Color Harmonies of #1FB11B
Complementary color
Monochromatic Colors of #1FB11B
Black with #1FB11B
Text Example
Text Example
White with #1FB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB11B; }
p { color: rgb(31,177,27); }
H1.HeaderClassName
{
color: #1FB11B;
}
.AnyTagClassName
{
color: #1FB11B;
}
</style>
background-color css
<style>
a { background-color: #1FB11B; }
a { background-color: rgb(31,177,27); }
div.DivClassName
{
background-color: #1FB11B;
}
.BgClassName
{
background-color: #1FB11B;
}
</style>
border-color css
<style>
span { border-color: #1FB11B; }
span { border-color: rgb(31,177,27); }
td.TdClassName
{
border-color: #1FB11B;
}
.TagClassName
{
border-color: #1FB11B;
}
</style>