Shades of Forest Green #1FB215
Tints of Forest Green #1FB215
RGB
CMYK
RGB Variations
Color information
#1FB215 (or 0x1FB215) is known color: Forest Green. HEX triplet: 1F, B2 and 15. RGB value is (31,178,21). Sum of RGB (Red+Green+Blue) = 31+178+21=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB215 is #E04DEA. Grayscale: #747474. Windows color (decimal): -14700011 or 1421855. OLE color: 1421855.
HSL color Cylindrical-coordinate representation of color #1FB215: hue angle of 116.18º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB215 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 21 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.30 |
| HSL | 116.18º | 0.79% | 0.39% | - |
| HSV(B) | 116.18º | 0.88% | 0.7% | - |
| XYZ | 16.62 | 32.19 | 6.05 | - |
| YUV | 116.15 | 74.3 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 21 | 0.83 | 0 | 0.88 | 0.30 | 116.18 | 0.79 | 0.39 |
| Hex | 1F | B2 | 15 | 53 | 0 | 58 | 1E | 74 | 4F | 27 |
| Octal | 37 | 262 | 25 | 123 | 0 | 130 | 36 | 164 | 117 | 47 |
| Binary | 11111 | 10110010 | 10101 | 1010011 | 0 | 1011000 | 11110 | 1110100 | 1001111 | 100111 |
Color Harmonies of #1FB215
Complementary color
Monochromatic Colors of #1FB215
Black with #1FB215
Text Example
Text Example
White with #1FB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB215; }
p { color: rgb(31,178,21); }
H1.HeaderClassName
{
color: #1FB215;
}
.AnyTagClassName
{
color: #1FB215;
}
</style>
background-color css
<style>
a { background-color: #1FB215; }
a { background-color: rgb(31,178,21); }
div.DivClassName
{
background-color: #1FB215;
}
.BgClassName
{
background-color: #1FB215;
}
</style>
border-color css
<style>
span { border-color: #1FB215; }
span { border-color: rgb(31,178,21); }
td.TdClassName
{
border-color: #1FB215;
}
.TagClassName
{
border-color: #1FB215;
}
</style>