Shades of Forest Green #1FA123
Tints of Forest Green #1FA123
RGB
CMYK
RGB Variations
Color information
#1FA123 (or 0x1FA123) is known color: Forest Green. HEX triplet: 1F, A1 and 23. RGB value is (31,161,35). Sum of RGB (Red+Green+Blue) = 31+161+35=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA123 is #E05EDC. Grayscale: #6C6C6C. Windows color (decimal): -14704349 or 2335007. OLE color: 2335007.
HSL color Cylindrical-coordinate representation of color #1FA123: hue angle of 121.85º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA123 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 35 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.37 |
| HSL | 121.85º | 0.68% | 0.38% | - |
| HSV(B) | 121.85º | 0.81% | 0.63% | - |
| XYZ | 13.61 | 25.9 | 5.87 | - |
| YUV | 107.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 35 | 0.81 | 0 | 0.78 | 0.37 | 121.85 | 0.68 | 0.38 |
| Hex | 1F | A1 | 23 | 51 | 0 | 4E | 25 | 7A | 44 | 26 |
| Octal | 37 | 241 | 43 | 121 | 0 | 116 | 45 | 172 | 104 | 46 |
| Binary | 11111 | 10100001 | 100011 | 1010001 | 0 | 1001110 | 100101 | 1111010 | 1000100 | 100110 |
Color Harmonies of #1FA123
Complementary color
Monochromatic Colors of #1FA123
Black with #1FA123
Text Example
Text Example
White with #1FA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA123; }
p { color: rgb(31,161,35); }
H1.HeaderClassName
{
color: #1FA123;
}
.AnyTagClassName
{
color: #1FA123;
}
</style>
background-color css
<style>
a { background-color: #1FA123; }
a { background-color: rgb(31,161,35); }
div.DivClassName
{
background-color: #1FA123;
}
.BgClassName
{
background-color: #1FA123;
}
</style>
border-color css
<style>
span { border-color: #1FA123; }
span { border-color: rgb(31,161,35); }
td.TdClassName
{
border-color: #1FA123;
}
.TagClassName
{
border-color: #1FA123;
}
</style>