Shades of Forest Green #1FA021
Tints of Forest Green #1FA021
RGB
CMYK
RGB Variations
Color information
#1FA021 (or 0x1FA021) is known color: Forest Green. HEX triplet: 1F, A0 and 21. RGB value is (31,160,33). Sum of RGB (Red+Green+Blue) = 31+160+33=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA021 is #E05FDE. Grayscale: #6B6B6B. Windows color (decimal): -14704607 or 2203679. OLE color: 2203679.
HSL color Cylindrical-coordinate representation of color #1FA021: hue angle of 120.93º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA021 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 33 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.37 |
| HSL | 120.93º | 0.68% | 0.37% | - |
| HSV(B) | 120.93º | 0.81% | 0.63% | - |
| XYZ | 13.41 | 25.54 | 5.66 | - |
| YUV | 106.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 33 | 0.81 | 0 | 0.79 | 0.37 | 120.93 | 0.68 | 0.37 |
| Hex | 1F | A0 | 21 | 51 | 0 | 4F | 25 | 79 | 44 | 25 |
| Octal | 37 | 240 | 41 | 121 | 0 | 117 | 45 | 171 | 104 | 45 |
| Binary | 11111 | 10100000 | 100001 | 1010001 | 0 | 1001111 | 100101 | 1111001 | 1000100 | 100101 |
Color Harmonies of #1FA021
Complementary color
Monochromatic Colors of #1FA021
Black with #1FA021
Text Example
Text Example
White with #1FA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA021; }
p { color: rgb(31,160,33); }
H1.HeaderClassName
{
color: #1FA021;
}
.AnyTagClassName
{
color: #1FA021;
}
</style>
background-color css
<style>
a { background-color: #1FA021; }
a { background-color: rgb(31,160,33); }
div.DivClassName
{
background-color: #1FA021;
}
.BgClassName
{
background-color: #1FA021;
}
</style>
border-color css
<style>
span { border-color: #1FA021; }
span { border-color: rgb(31,160,33); }
td.TdClassName
{
border-color: #1FA021;
}
.TagClassName
{
border-color: #1FA021;
}
</style>