Shades of Forest Green #1F9715
Tints of Forest Green #1F9715
RGB
CMYK
RGB Variations
Color information
#1F9715 (or 0x1F9715) is known color: Forest Green. HEX triplet: 1F, 97 and 15. RGB value is (31,151,21). Sum of RGB (Red+Green+Blue) = 31+151+21=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 151 (59.38% from 255 or 74.38% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9715 is #E068EA. Grayscale: #646464. Windows color (decimal): -14706923 or 1414943. OLE color: 1414943.
HSL color Cylindrical-coordinate representation of color #1F9715: hue angle of 115.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9715 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 21 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.41 |
| HSL | 115.38º | 0.76% | 0.34% | - |
| HSV(B) | 115.38º | 0.86% | 0.59% | - |
| XYZ | 11.77 | 22.48 | 4.43 | - |
| YUV | 100.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 21 | 0.79 | 0 | 0.86 | 0.41 | 115.38 | 0.76 | 0.34 |
| Hex | 1F | 97 | 15 | 4F | 0 | 56 | 29 | 73 | 4C | 22 |
| Octal | 37 | 227 | 25 | 117 | 0 | 126 | 51 | 163 | 114 | 42 |
| Binary | 11111 | 10010111 | 10101 | 1001111 | 0 | 1010110 | 101001 | 1110011 | 1001100 | 100010 |
Color Harmonies of #1F9715
Complementary color
Monochromatic Colors of #1F9715
Black with #1F9715
Text Example
Text Example
White with #1F9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9715; }
p { color: rgb(31,151,21); }
H1.HeaderClassName
{
color: #1F9715;
}
.AnyTagClassName
{
color: #1F9715;
}
</style>
background-color css
<style>
a { background-color: #1F9715; }
a { background-color: rgb(31,151,21); }
div.DivClassName
{
background-color: #1F9715;
}
.BgClassName
{
background-color: #1F9715;
}
</style>
border-color css
<style>
span { border-color: #1F9715; }
span { border-color: rgb(31,151,21); }
td.TdClassName
{
border-color: #1F9715;
}
.TagClassName
{
border-color: #1F9715;
}
</style>