Shades of Forest Green #1F9D0F
Tints of Forest Green #1F9D0F
RGB
CMYK
RGB Variations
Color information
#1F9D0F (or 0x1F9D0F) is known color: Forest Green. HEX triplet: 1F, 9D and 0F. RGB value is (31,157,15). Sum of RGB (Red+Green+Blue) = 31+157+15=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9D0F is #E062F0. Grayscale: #676767. Windows color (decimal): -14705393 or 1023263. OLE color: 1023263.
HSL color Cylindrical-coordinate representation of color #1F9D0F: hue angle of 113.24º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F9D0F is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 157 | 15 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.38 |
| HSL | 113.24º | 0.83% | 0.34% | - |
| HSV(B) | 113.24º | 0.9% | 0.62% | - |
| XYZ | 12.71 | 24.44 | 4.5 | - |
| YUV | 103.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 15 | 0.80 | 0 | 0.90 | 0.38 | 113.24 | 0.83 | 0.34 |
| Hex | 1F | 9D | F | 50 | 0 | 5A | 26 | 71 | 53 | 22 |
| Octal | 37 | 235 | 17 | 120 | 0 | 132 | 46 | 161 | 123 | 42 |
| Binary | 11111 | 10011101 | 1111 | 1010000 | 0 | 1011010 | 100110 | 1110001 | 1010011 | 100010 |
Color Harmonies of #1F9D0F
Complementary color
Monochromatic Colors of #1F9D0F
Black with #1F9D0F
Text Example
Text Example
White with #1F9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9D0F; }
p { color: rgb(31,157,15); }
H1.HeaderClassName
{
color: #1F9D0F;
}
.AnyTagClassName
{
color: #1F9D0F;
}
</style>
background-color css
<style>
a { background-color: #1F9D0F; }
a { background-color: rgb(31,157,15); }
div.DivClassName
{
background-color: #1F9D0F;
}
.BgClassName
{
background-color: #1F9D0F;
}
</style>
border-color css
<style>
span { border-color: #1F9D0F; }
span { border-color: rgb(31,157,15); }
td.TdClassName
{
border-color: #1F9D0F;
}
.TagClassName
{
border-color: #1F9D0F;
}
</style>