#2AA22E

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

Shades of Forest Green #2AA22E

Tints of Forest Green #2AA22E

Color information

#2AA22E (or 0x2AA22E) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 2E. RGB value is (42,162,46). Sum of RGB (Red+Green+Blue) = 42+162+46=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA22E is #D55DD1. Grayscale: #717171. Windows color (decimal): -13983186 or 3056170. OLE color: 3056170.

HSL color Cylindrical-coordinate representation of color #2AA22E: hue angle of 122º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA22E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB4216246-
CMYK0.7400.720.36
HSL122º58.82%40%-
HSV(B)122º74.07%63.53%-
XYZ14.3726.536.95-
YUV112.990.2477.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 162 (63.67% from 255) = 64.8%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=16.8%
G=64.8%
B=18.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162460.7400.720.3612258.8240
Hex2AA22E4A048247a3b28
Octal52242561120110441727350
Binary101010101000101011101001010010010001001001111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,46); }

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

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

 a { background-color: rgb(42,162,46); }

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

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

 span { border-color: rgb(42,162,46); }

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