#2A9325

Color #2A9325 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2A9325

Tints of Forest Green #2A9325

Color information

#2A9325 (or 0x2A9325) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 25. RGB value is (42,147,37). Sum of RGB (Red+Green+Blue) = 42+147+37=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9325 is #D56CDA. Grayscale: #676767. Windows color (decimal): -13987035 or 2462506. OLE color: 2462506.

HSL color Cylindrical-coordinate representation of color #2A9325: hue angle of 117.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9325 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB4214737-
CMYK0.7100.750.42
HSL117.27º59.78%36.08%-
HSV(B)117.27º74.83%57.65%-
XYZ11.7221.495.28-
YUV103.0790.7184.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 147 (57.81% from 255) = 65.04%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=18.58%
G=65.04%
B=16.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147370.7100.750.42117.2759.7836.08
Hex2A93254704B2A753c24
Octal52223451070113521657444
Binary101010100100111001011000111010010111010101110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9325; }

 p { color: rgb(42,147,37); }

 H1.HeaderClassName
 {
   color: #2A9325;
 }
 .AnyTagClassName
 {
   color: #2A9325;
 }
</style>
background-color css

<style>
 a { background-color: #2A9325; }

 a { background-color: rgb(42,147,37); }

 div.DivClassName
 {
   background-color: #2A9325;
 }
 .BgClassName
 {
   background-color: #2A9325;
 }
</style>
border-color css

<style>
 span { border-color: #2A9325; }

 span { border-color: rgb(42,147,37); }

 td.TdClassName
 {
   border-color: #2A9325;
 }
 .TagClassName
 {
   border-color: #2A9325;
 }
</style>