Shades of Forest Green #1F9312
Tints of Forest Green #1F9312
RGB
CMYK
RGB Variations
Color information
#1F9312 (or 0x1F9312) is known color: Forest Green. HEX triplet: 1F, 93 and 12. RGB value is (31,147,18). Sum of RGB (Red+Green+Blue) = 31+147+18=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 147 (57.81% from 255 or 75% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9312 is #E06CED. Grayscale: #626262. Windows color (decimal): -14707950 or 1217311. OLE color: 1217311.
HSL color Cylindrical-coordinate representation of color #1F9312: hue angle of 113.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9312 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 18 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.42 |
| HSL | 113.95º | 0.78% | 0.32% | - |
| HSV(B) | 113.95º | 0.88% | 0.58% | - |
| XYZ | 11.11 | 21.2 | 4.08 | - |
| YUV | 97.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 18 | 0.79 | 0 | 0.88 | 0.42 | 113.95 | 0.78 | 0.32 |
| Hex | 1F | 93 | 12 | 4F | 0 | 58 | 2A | 72 | 4E | 20 |
| Octal | 37 | 223 | 22 | 117 | 0 | 130 | 52 | 162 | 116 | 40 |
| Binary | 11111 | 10010011 | 10010 | 1001111 | 0 | 1011000 | 101010 | 1110010 | 1001110 | 100000 |
Color Harmonies of #1F9312
Complementary color
Monochromatic Colors of #1F9312
Black with #1F9312
Text Example
Text Example
White with #1F9312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9312; }
p { color: rgb(31,147,18); }
H1.HeaderClassName
{
color: #1F9312;
}
.AnyTagClassName
{
color: #1F9312;
}
</style>
background-color css
<style>
a { background-color: #1F9312; }
a { background-color: rgb(31,147,18); }
div.DivClassName
{
background-color: #1F9312;
}
.BgClassName
{
background-color: #1F9312;
}
</style>
border-color css
<style>
span { border-color: #1F9312; }
span { border-color: rgb(31,147,18); }
td.TdClassName
{
border-color: #1F9312;
}
.TagClassName
{
border-color: #1F9312;
}
</style>