Shades of Forest Green #1F910D
Tints of Forest Green #1F910D
RGB
CMYK
RGB Variations
Color information
#1F910D (or 0x1F910D) is known color: Forest Green. HEX triplet: 1F, 91 and 0D. RGB value is (31,145,13). Sum of RGB (Red+Green+Blue) = 31+145+13=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 145 (57.03% from 255 or 76.72% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 145 - color contains mainly: green. Hex color #1F910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F910D is #E06EF2. Grayscale: #606060. Windows color (decimal): -14708467 or 889119. OLE color: 889119.
HSL color Cylindrical-coordinate representation of color #1F910D: hue angle of 111.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F910D is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 13 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.43 |
| HSL | 111.82º | 0.84% | 0.31% | - |
| HSV(B) | 111.82º | 0.91% | 0.57% | - |
| XYZ | 10.76 | 20.57 | 3.78 | - |
| YUV | 95.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 13 | 0.79 | 0 | 0.91 | 0.43 | 111.82 | 0.84 | 0.31 |
| Hex | 1F | 91 | D | 4F | 0 | 5B | 2B | 70 | 54 | 1F |
| Octal | 37 | 221 | 15 | 117 | 0 | 133 | 53 | 160 | 124 | 37 |
| Binary | 11111 | 10010001 | 1101 | 1001111 | 0 | 1011011 | 101011 | 1110000 | 1010100 | 11111 |
Color Harmonies of #1F910D
Complementary color
Monochromatic Colors of #1F910D
Black with #1F910D
Text Example
Text Example
White with #1F910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F910D; }
p { color: rgb(31,145,13); }
H1.HeaderClassName
{
color: #1F910D;
}
.AnyTagClassName
{
color: #1F910D;
}
</style>
background-color css
<style>
a { background-color: #1F910D; }
a { background-color: rgb(31,145,13); }
div.DivClassName
{
background-color: #1F910D;
}
.BgClassName
{
background-color: #1F910D;
}
</style>
border-color css
<style>
span { border-color: #1F910D; }
span { border-color: rgb(31,145,13); }
td.TdClassName
{
border-color: #1F910D;
}
.TagClassName
{
border-color: #1F910D;
}
</style>