Manipulating Tree Color

Hi all, I’m trying o manipulate the colors of forest trees in my project(I’m not satisfied with the greeness of the trees), but I’m running into some challenges—does anyone have tips, tutorials, or solutions for this?

You could use an add or a lerp node to mix a color param node with a low alpha to the base color input, or adjust the original image textures color in an external photo editor

Thank you