Shades of Forest Green #1FA52D
Tints of Forest Green #1FA52D
RGB
CMYK
RGB Variations
Color information
#1FA52D (or 0x1FA52D) is known color: Forest Green. HEX triplet: 1F, A5 and 2D. RGB value is (31,165,45). Sum of RGB (Red+Green+Blue) = 31+165+45=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA52D is #E05AD2. Grayscale: #6F6F6F. Windows color (decimal): -14703315 or 2991391. OLE color: 2991391.
HSL color Cylindrical-coordinate representation of color #1FA52D: hue angle of 126.27º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA52D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 45 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.35 |
| HSL | 126.27º | 0.68% | 0.38% | - |
| HSV(B) | 126.27º | 0.81% | 0.65% | - |
| XYZ | 14.49 | 27.39 | 7.01 | - |
| YUV | 111.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 45 | 0.81 | 0 | 0.73 | 0.35 | 126.27 | 0.68 | 0.38 |
| Hex | 1F | A5 | 2D | 51 | 0 | 49 | 23 | 7E | 44 | 26 |
| Octal | 37 | 245 | 55 | 121 | 0 | 111 | 43 | 176 | 104 | 46 |
| Binary | 11111 | 10100101 | 101101 | 1010001 | 0 | 1001001 | 100011 | 1111110 | 1000100 | 100110 |
Color Harmonies of #1FA52D
Complementary color
Monochromatic Colors of #1FA52D
Black with #1FA52D
Text Example
Text Example
White with #1FA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA52D; }
p { color: rgb(31,165,45); }
H1.HeaderClassName
{
color: #1FA52D;
}
.AnyTagClassName
{
color: #1FA52D;
}
</style>
background-color css
<style>
a { background-color: #1FA52D; }
a { background-color: rgb(31,165,45); }
div.DivClassName
{
background-color: #1FA52D;
}
.BgClassName
{
background-color: #1FA52D;
}
</style>
border-color css
<style>
span { border-color: #1FA52D; }
span { border-color: rgb(31,165,45); }
td.TdClassName
{
border-color: #1FA52D;
}
.TagClassName
{
border-color: #1FA52D;
}
</style>