Shades of Forest Green #1FA42D
Tints of Forest Green #1FA42D
RGB
CMYK
RGB Variations
Color information
#1FA42D (or 0x1FA42D) is known color: Forest Green. HEX triplet: 1F, A4 and 2D. RGB value is (31,164,45). Sum of RGB (Red+Green+Blue) = 31+164+45=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA42D is #E05BD2. Grayscale: #6F6F6F. Windows color (decimal): -14703571 or 2991135. OLE color: 2991135.
HSL color Cylindrical-coordinate representation of color #1FA42D: hue angle of 126.32º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA42D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 45 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.36 |
| HSL | 126.32º | 0.68% | 0.38% | - |
| HSV(B) | 126.32º | 0.81% | 0.64% | - |
| XYZ | 14.31 | 27.03 | 6.95 | - |
| YUV | 110.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 45 | 0.81 | 0 | 0.73 | 0.36 | 126.32 | 0.68 | 0.38 |
| Hex | 1F | A4 | 2D | 51 | 0 | 49 | 24 | 7E | 44 | 26 |
| Octal | 37 | 244 | 55 | 121 | 0 | 111 | 44 | 176 | 104 | 46 |
| Binary | 11111 | 10100100 | 101101 | 1010001 | 0 | 1001001 | 100100 | 1111110 | 1000100 | 100110 |
Color Harmonies of #1FA42D
Complementary color
Monochromatic Colors of #1FA42D
Black with #1FA42D
Text Example
Text Example
White with #1FA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA42D; }
p { color: rgb(31,164,45); }
H1.HeaderClassName
{
color: #1FA42D;
}
.AnyTagClassName
{
color: #1FA42D;
}
</style>
background-color css
<style>
a { background-color: #1FA42D; }
a { background-color: rgb(31,164,45); }
div.DivClassName
{
background-color: #1FA42D;
}
.BgClassName
{
background-color: #1FA42D;
}
</style>
border-color css
<style>
span { border-color: #1FA42D; }
span { border-color: rgb(31,164,45); }
td.TdClassName
{
border-color: #1FA42D;
}
.TagClassName
{
border-color: #1FA42D;
}
</style>