Shades of Forest Green #1FB01C
Tints of Forest Green #1FB01C
RGB
CMYK
RGB Variations
Color information
#1FB01C (or 0x1FB01C) is known color: Forest Green. HEX triplet: 1F, B0 and 1C. RGB value is (31,176,28). Sum of RGB (Red+Green+Blue) = 31+176+28=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 176 (69.14% from 255 or 74.89% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB01C is #E04FE3. Grayscale: #747474. Windows color (decimal): -14700516 or 1880095. OLE color: 1880095.
HSL color Cylindrical-coordinate representation of color #1FB01C: hue angle of 118.78º 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 #1FB01C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.31 |
| HSL | 118.78º | 0.73% | 0.4% | - |
| HSV(B) | 118.78º | 0.84% | 0.69% | - |
| XYZ | 16.3 | 31.43 | 6.31 | - |
| YUV | 115.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 28 | 0.82 | 0 | 0.84 | 0.31 | 118.78 | 0.73 | 0.4 |
| Hex | 1F | B0 | 1C | 52 | 0 | 54 | 1F | 77 | 49 | 28 |
| Octal | 37 | 260 | 34 | 122 | 0 | 124 | 37 | 167 | 111 | 50 |
| Binary | 11111 | 10110000 | 11100 | 1010010 | 0 | 1010100 | 11111 | 1110111 | 1001001 | 101000 |
Color Harmonies of #1FB01C
Complementary color
Monochromatic Colors of #1FB01C
Black with #1FB01C
Text Example
Text Example
White with #1FB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB01C; }
p { color: rgb(31,176,28); }
H1.HeaderClassName
{
color: #1FB01C;
}
.AnyTagClassName
{
color: #1FB01C;
}
</style>
background-color css
<style>
a { background-color: #1FB01C; }
a { background-color: rgb(31,176,28); }
div.DivClassName
{
background-color: #1FB01C;
}
.BgClassName
{
background-color: #1FB01C;
}
</style>
border-color css
<style>
span { border-color: #1FB01C; }
span { border-color: rgb(31,176,28); }
td.TdClassName
{
border-color: #1FB01C;
}
.TagClassName
{
border-color: #1FB01C;
}
</style>