#2aa50a

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

Shades of Forest Green #2AA50A

Tints of Forest Green #2AA50A

Color information

#2AA50A (or 0x2AA50A) is unknown color: approx Forest Green. HEX triplet: 2A, A5 and 0A. RGB value is (42,165,10). Sum of RGB (Red+Green+Blue) = 42+165+10=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 165 (64.84% from 255 or 76.04% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA50A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA50A is #D55AF5. Grayscale: #6F6F6F. Windows color (decimal): -13982454 or 697642. OLE color: 697642.

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

Color convert

RGB4216510-
CMYK0.7500.940.35
HSL107.61º88.57%34.31%-
HSV(B)107.61º93.94%64.71%-
XYZ14.4627.424.82-
YUV110.5571.2579.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 165 (64.84% from 255) = 76.04%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=19.35%
G=76.04%
B=4.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42165100.7500.940.35107.6188.5734.31
Hex2AA5A4B05E236c5922
Octal522451211301364315413142
Binary10101010100101101010010110101111010001111011001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aa50a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,165,10); }

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

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

 a { background-color: rgb(42,165,10); }

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

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

 span { border-color: rgb(42,165,10); }

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