#2AA209

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

Shades of Forest Green #2AA209

Tints of Forest Green #2AA209

Color information

#2AA209 (or 0x2AA209) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 09. RGB value is (42,162,9). Sum of RGB (Red+Green+Blue) = 42+162+9=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA209 is #D55DF6. Grayscale: #6D6D6D. Windows color (decimal): -13983223 or 631338. OLE color: 631338.

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

Color convert

RGB421629-
CMYK0.7400.940.36
HSL107.06º89.47%33.53%-
HSV(B)107.06º94.44%63.53%-
XYZ13.9226.354.61-
YUV108.6871.7480.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 162 (63.67% from 255) = 76.06%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=19.72%
G=76.06%
B=4.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4216290.7400.940.36107.0689.4733.53
Hex2AA294A05E246b5922
Octal522421111201364415313142
Binary10101010100010100110010100101111010010011010111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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