Shades of Forest Green #1FB013
Tints of Forest Green #1FB013
RGB
CMYK
RGB Variations
Color information
#1FB013 (or 0x1FB013) is known color: Forest Green. HEX triplet: 1F, B0 and 13. RGB value is (31,176,19). Sum of RGB (Red+Green+Blue) = 31+176+19=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 176 (69.14% from 255 or 77.88% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB013 is #E04FEC. Grayscale: #737373. Windows color (decimal): -14700525 or 1290271. OLE color: 1290271.
HSL color Cylindrical-coordinate representation of color #1FB013: hue angle of 115.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FB013 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 19 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.31 |
| HSL | 115.41º | 0.81% | 0.38% | - |
| HSV(B) | 115.41º | 0.89% | 0.69% | - |
| XYZ | 16.21 | 31.39 | 5.82 | - |
| YUV | 114.75 | 73.96 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 19 | 0.82 | 0 | 0.89 | 0.31 | 115.41 | 0.81 | 0.38 |
| Hex | 1F | B0 | 13 | 52 | 0 | 59 | 1F | 73 | 51 | 26 |
| Octal | 37 | 260 | 23 | 122 | 0 | 131 | 37 | 163 | 121 | 46 |
| Binary | 11111 | 10110000 | 10011 | 1010010 | 0 | 1011001 | 11111 | 1110011 | 1010001 | 100110 |
Color Harmonies of #1FB013
Complementary color
Monochromatic Colors of #1FB013
Black with #1FB013
Text Example
Text Example
White with #1FB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB013; }
p { color: rgb(31,176,19); }
H1.HeaderClassName
{
color: #1FB013;
}
.AnyTagClassName
{
color: #1FB013;
}
</style>
background-color css
<style>
a { background-color: #1FB013; }
a { background-color: rgb(31,176,19); }
div.DivClassName
{
background-color: #1FB013;
}
.BgClassName
{
background-color: #1FB013;
}
</style>
border-color css
<style>
span { border-color: #1FB013; }
span { border-color: rgb(31,176,19); }
td.TdClassName
{
border-color: #1FB013;
}
.TagClassName
{
border-color: #1FB013;
}
</style>