Shades of Forest Green #1FA52B
Tints of Forest Green #1FA52B
RGB
CMYK
RGB Variations
Color information
#1FA52B (or 0x1FA52B) is known color: Forest Green. HEX triplet: 1F, A5 and 2B. RGB value is (31,165,43). Sum of RGB (Red+Green+Blue) = 31+165+43=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA52B is #E05AD4. Grayscale: #6F6F6F. Windows color (decimal): -14703317 or 2860319. OLE color: 2860319.
HSL color Cylindrical-coordinate representation of color #1FA52B: hue angle of 125.37º 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 #1FA52B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 43 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.35 |
| HSL | 125.37º | 0.68% | 0.38% | - |
| HSV(B) | 125.37º | 0.81% | 0.65% | - |
| XYZ | 14.46 | 27.38 | 6.81 | - |
| YUV | 111.03 | 89.61 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 43 | 0.81 | 0 | 0.74 | 0.35 | 125.37 | 0.68 | 0.38 |
| Hex | 1F | A5 | 2B | 51 | 0 | 4A | 23 | 7D | 44 | 26 |
| Octal | 37 | 245 | 53 | 121 | 0 | 112 | 43 | 175 | 104 | 46 |
| Binary | 11111 | 10100101 | 101011 | 1010001 | 0 | 1001010 | 100011 | 1111101 | 1000100 | 100110 |
Color Harmonies of #1FA52B
Complementary color
Monochromatic Colors of #1FA52B
Black with #1FA52B
Text Example
Text Example
White with #1FA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA52B; }
p { color: rgb(31,165,43); }
H1.HeaderClassName
{
color: #1FA52B;
}
.AnyTagClassName
{
color: #1FA52B;
}
</style>
background-color css
<style>
a { background-color: #1FA52B; }
a { background-color: rgb(31,165,43); }
div.DivClassName
{
background-color: #1FA52B;
}
.BgClassName
{
background-color: #1FA52B;
}
</style>
border-color css
<style>
span { border-color: #1FA52B; }
span { border-color: rgb(31,165,43); }
td.TdClassName
{
border-color: #1FA52B;
}
.TagClassName
{
border-color: #1FA52B;
}
</style>