Shades of Forest Green #1F9D15
Tints of Forest Green #1F9D15
RGB
CMYK
RGB Variations
Color information
#1F9D15 (or 0x1F9D15) is known color: Forest Green. HEX triplet: 1F, 9D and 15. RGB value is (31,157,21). Sum of RGB (Red+Green+Blue) = 31+157+21=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 157 (61.72% from 255 or 75.12% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9D15 is #E062EA. Grayscale: #686868. Windows color (decimal): -14705387 or 1416479. OLE color: 1416479.
HSL color Cylindrical-coordinate representation of color #1F9D15: hue angle of 115.59º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9D15 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 21 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.38 |
| HSL | 115.59º | 0.76% | 0.35% | - |
| HSV(B) | 115.59º | 0.87% | 0.62% | - |
| XYZ | 12.76 | 24.46 | 4.76 | - |
| YUV | 103.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 21 | 0.80 | 0 | 0.87 | 0.38 | 115.59 | 0.76 | 0.35 |
| Hex | 1F | 9D | 15 | 50 | 0 | 57 | 26 | 74 | 4C | 23 |
| Octal | 37 | 235 | 25 | 120 | 0 | 127 | 46 | 164 | 114 | 43 |
| Binary | 11111 | 10011101 | 10101 | 1010000 | 0 | 1010111 | 100110 | 1110100 | 1001100 | 100011 |
Color Harmonies of #1F9D15
Complementary color
Monochromatic Colors of #1F9D15
Black with #1F9D15
Text Example
Text Example
White with #1F9D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D15; }
p { color: rgb(31,157,21); }
H1.HeaderClassName
{
color: #1F9D15;
}
.AnyTagClassName
{
color: #1F9D15;
}
</style>
background-color css
<style>
a { background-color: #1F9D15; }
a { background-color: rgb(31,157,21); }
div.DivClassName
{
background-color: #1F9D15;
}
.BgClassName
{
background-color: #1F9D15;
}
</style>
border-color css
<style>
span { border-color: #1F9D15; }
span { border-color: rgb(31,157,21); }
td.TdClassName
{
border-color: #1F9D15;
}
.TagClassName
{
border-color: #1F9D15;
}
</style>