Shades of Forest Green #1FA60D
Tints of Forest Green #1FA60D
RGB
CMYK
RGB Variations
Color information
#1FA60D (or 0x1FA60D) is known color: Forest Green. HEX triplet: 1F, A6 and 0D. RGB value is (31,166,13). Sum of RGB (Red+Green+Blue) = 31+166+13=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA60D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA60D is #E059F2. Grayscale: #6C6C6C. Windows color (decimal): -14703091 or 894495. OLE color: 894495.
HSL color Cylindrical-coordinate representation of color #1FA60D: hue angle of 112.94º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FA60D is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 13 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.35 |
| HSL | 112.94º | 0.85% | 0.35% | - |
| HSV(B) | 112.94º | 0.92% | 0.65% | - |
| XYZ | 14.27 | 27.59 | 4.95 | - |
| YUV | 108.19 | 74.27 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 13 | 0.81 | 0 | 0.92 | 0.35 | 112.94 | 0.85 | 0.35 |
| Hex | 1F | A6 | D | 51 | 0 | 5C | 23 | 71 | 55 | 23 |
| Octal | 37 | 246 | 15 | 121 | 0 | 134 | 43 | 161 | 125 | 43 |
| Binary | 11111 | 10100110 | 1101 | 1010001 | 0 | 1011100 | 100011 | 1110001 | 1010101 | 100011 |
Color Harmonies of #1FA60D
Complementary color
Monochromatic Colors of #1FA60D
Black with #1FA60D
Text Example
Text Example
White with #1FA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA60D; }
p { color: rgb(31,166,13); }
H1.HeaderClassName
{
color: #1FA60D;
}
.AnyTagClassName
{
color: #1FA60D;
}
</style>
background-color css
<style>
a { background-color: #1FA60D; }
a { background-color: rgb(31,166,13); }
div.DivClassName
{
background-color: #1FA60D;
}
.BgClassName
{
background-color: #1FA60D;
}
</style>
border-color css
<style>
span { border-color: #1FA60D; }
span { border-color: rgb(31,166,13); }
td.TdClassName
{
border-color: #1FA60D;
}
.TagClassName
{
border-color: #1FA60D;
}
</style>