Shades of Forest Green #1F800D
Tints of Forest Green #1F800D
RGB
CMYK
RGB Variations
Color information
#1F800D (or 0x1F800D) is known color: Forest Green. HEX triplet: 1F, 80 and 0D. RGB value is (31,128,13). Sum of RGB (Red+Green+Blue) = 31+128+13=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #1F800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F800D is #E07FF2. Grayscale: #565656. Windows color (decimal): -14712819 or 884767. OLE color: 884767.
HSL color Cylindrical-coordinate representation of color #1F800D: hue angle of 110.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F800D is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 13 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.50 |
| HSL | 110.61º | 0.82% | 0.28% | - |
| HSV(B) | 110.61º | 0.9% | 0.5% | - |
| XYZ | 8.36 | 15.76 | 2.98 | - |
| YUV | 85.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 13 | 0.76 | 0 | 0.90 | 0.50 | 110.61 | 0.82 | 0.28 |
| Hex | 1F | 80 | D | 4C | 0 | 5A | 32 | 6F | 52 | 1C |
| Octal | 37 | 200 | 15 | 114 | 0 | 132 | 62 | 157 | 122 | 34 |
| Binary | 11111 | 10000000 | 1101 | 1001100 | 0 | 1011010 | 110010 | 1101111 | 1010010 | 11100 |
Color Harmonies of #1F800D
Complementary color
Monochromatic Colors of #1F800D
Black with #1F800D
Text Example
Text Example
White with #1F800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F800D; }
p { color: rgb(31,128,13); }
H1.HeaderClassName
{
color: #1F800D;
}
.AnyTagClassName
{
color: #1F800D;
}
</style>
background-color css
<style>
a { background-color: #1F800D; }
a { background-color: rgb(31,128,13); }
div.DivClassName
{
background-color: #1F800D;
}
.BgClassName
{
background-color: #1F800D;
}
</style>
border-color css
<style>
span { border-color: #1F800D; }
span { border-color: rgb(31,128,13); }
td.TdClassName
{
border-color: #1F800D;
}
.TagClassName
{
border-color: #1F800D;
}
</style>