Shades of Forest Green #1F9612
Tints of Forest Green #1F9612
RGB
CMYK
RGB Variations
Color information
#1F9612 (or 0x1F9612) is known color: Forest Green. HEX triplet: 1F, 96 and 12. RGB value is (31,150,18). Sum of RGB (Red+Green+Blue) = 31+150+18=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 150 (58.98% from 255 or 75.38% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9612 is #E069ED. Grayscale: #636363. Windows color (decimal): -14707182 or 1218079. OLE color: 1218079.
HSL color Cylindrical-coordinate representation of color #1F9612: hue angle of 114.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9612 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 18 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.41 |
| HSL | 114.09º | 0.79% | 0.33% | - |
| HSV(B) | 114.09º | 0.88% | 0.59% | - |
| XYZ | 11.58 | 22.15 | 4.24 | - |
| YUV | 99.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 18 | 0.79 | 0 | 0.88 | 0.41 | 114.09 | 0.79 | 0.33 |
| Hex | 1F | 96 | 12 | 4F | 0 | 58 | 29 | 72 | 4F | 21 |
| Octal | 37 | 226 | 22 | 117 | 0 | 130 | 51 | 162 | 117 | 41 |
| Binary | 11111 | 10010110 | 10010 | 1001111 | 0 | 1011000 | 101001 | 1110010 | 1001111 | 100001 |
Color Harmonies of #1F9612
Complementary color
Monochromatic Colors of #1F9612
Black with #1F9612
Text Example
Text Example
White with #1F9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9612; }
p { color: rgb(31,150,18); }
H1.HeaderClassName
{
color: #1F9612;
}
.AnyTagClassName
{
color: #1F9612;
}
</style>
background-color css
<style>
a { background-color: #1F9612; }
a { background-color: rgb(31,150,18); }
div.DivClassName
{
background-color: #1F9612;
}
.BgClassName
{
background-color: #1F9612;
}
</style>
border-color css
<style>
span { border-color: #1F9612; }
span { border-color: rgb(31,150,18); }
td.TdClassName
{
border-color: #1F9612;
}
.TagClassName
{
border-color: #1F9612;
}
</style>