#2aa42c

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

Shades of Forest Green #2AA42C

Tints of Forest Green #2AA42C

Color information

#2AA42C (or 0x2AA42C) is unknown color: approx Forest Green. HEX triplet: 2A, A4 and 2C. RGB value is (42,164,44). Sum of RGB (Red+Green+Blue) = 42+164+44=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA42C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA42C is #D55BD3. Grayscale: #727272. Windows color (decimal): -13982676 or 2925610. OLE color: 2925610.

HSL color Cylindrical-coordinate representation of color #2AA42C: hue angle of 120.98º 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 #2AA42C is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB4216444-
CMYK0.7400.730.36
HSL120.98º59.22%40.39%-
HSV(B)120.98º74.39%64.31%-
XYZ14.6827.236.86-
YUV113.8488.5876.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 164 (64.45% from 255) = 65.6%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=16.8%
G=65.6%
B=17.6%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164440.7400.730.36120.9859.2240.39
Hex2AA42C4A04924793b28
Octal52244541120111441717350
Binary101010101001001011001001010010010011001001111001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aa42c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,44); }

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

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

 a { background-color: rgb(42,164,44); }

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

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

 span { border-color: rgb(42,164,44); }

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