Shades of Forest Green #1FA61B
Tints of Forest Green #1FA61B
RGB
CMYK
RGB Variations
Color information
#1FA61B (or 0x1FA61B) is known color: Forest Green. HEX triplet: 1F, A6 and 1B. RGB value is (31,166,27). Sum of RGB (Red+Green+Blue) = 31+166+27=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA61B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA61B is #E059E4. Grayscale: #6E6E6E. Windows color (decimal): -14703077 or 1811999. OLE color: 1811999.
HSL color Cylindrical-coordinate representation of color #1FA61B: hue angle of 118.27º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA61B is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 27 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.35 |
| HSL | 118.27º | 0.72% | 0.38% | - |
| HSV(B) | 118.27º | 0.84% | 0.65% | - |
| XYZ | 14.4 | 27.64 | 5.61 | - |
| YUV | 109.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 27 | 0.81 | 0 | 0.84 | 0.35 | 118.27 | 0.72 | 0.38 |
| Hex | 1F | A6 | 1B | 51 | 0 | 54 | 23 | 76 | 48 | 26 |
| Octal | 37 | 246 | 33 | 121 | 0 | 124 | 43 | 166 | 110 | 46 |
| Binary | 11111 | 10100110 | 11011 | 1010001 | 0 | 1010100 | 100011 | 1110110 | 1001000 | 100110 |
Color Harmonies of #1FA61B
Complementary color
Monochromatic Colors of #1FA61B
Black with #1FA61B
Text Example
Text Example
White with #1FA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA61B; }
p { color: rgb(31,166,27); }
H1.HeaderClassName
{
color: #1FA61B;
}
.AnyTagClassName
{
color: #1FA61B;
}
</style>
background-color css
<style>
a { background-color: #1FA61B; }
a { background-color: rgb(31,166,27); }
div.DivClassName
{
background-color: #1FA61B;
}
.BgClassName
{
background-color: #1FA61B;
}
</style>
border-color css
<style>
span { border-color: #1FA61B; }
span { border-color: rgb(31,166,27); }
td.TdClassName
{
border-color: #1FA61B;
}
.TagClassName
{
border-color: #1FA61B;
}
</style>