Shades of Forest Green #1FB212
Tints of Forest Green #1FB212
RGB
CMYK
RGB Variations
Color information
#1FB212 (or 0x1FB212) is known color: Forest Green. HEX triplet: 1F, B2 and 12. RGB value is (31,178,18). Sum of RGB (Red+Green+Blue) = 31+178+18=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB212 is #E04DED. Grayscale: #747474. Windows color (decimal): -14700014 or 1225247. OLE color: 1225247.
HSL color Cylindrical-coordinate representation of color #1FB212: hue angle of 115.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FB212 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.30 |
| HSL | 115.13º | 0.82% | 0.38% | - |
| HSV(B) | 115.13º | 0.9% | 0.7% | - |
| XYZ | 16.59 | 32.18 | 5.91 | - |
| YUV | 115.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 18 | 0.83 | 0 | 0.90 | 0.30 | 115.13 | 0.82 | 0.38 |
| Hex | 1F | B2 | 12 | 53 | 0 | 5A | 1E | 73 | 52 | 26 |
| Octal | 37 | 262 | 22 | 123 | 0 | 132 | 36 | 163 | 122 | 46 |
| Binary | 11111 | 10110010 | 10010 | 1010011 | 0 | 1011010 | 11110 | 1110011 | 1010010 | 100110 |
Color Harmonies of #1FB212
Complementary color
Monochromatic Colors of #1FB212
Black with #1FB212
Text Example
Text Example
White with #1FB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB212; }
p { color: rgb(31,178,18); }
H1.HeaderClassName
{
color: #1FB212;
}
.AnyTagClassName
{
color: #1FB212;
}
</style>
background-color css
<style>
a { background-color: #1FB212; }
a { background-color: rgb(31,178,18); }
div.DivClassName
{
background-color: #1FB212;
}
.BgClassName
{
background-color: #1FB212;
}
</style>
border-color css
<style>
span { border-color: #1FB212; }
span { border-color: rgb(31,178,18); }
td.TdClassName
{
border-color: #1FB212;
}
.TagClassName
{
border-color: #1FB212;
}
</style>