#2AA481

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

Shades of Jungle Green #2AA481

Tints of Jungle Green #2AA481

Color information

#2AA481 (or 0x2AA481) is unknown color: approx Jungle Green. HEX triplet: 2A, A4 and 81. RGB value is (42,164,129). Sum of RGB (Red+Green+Blue) = 42+164+129=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA481 is #D55B7E. Grayscale: #7B7B7B. Windows color (decimal): -13982591 or 8496170. OLE color: 8496170.

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

Color convert

RGB42164129-
CMYK0.7400.210.36
HSL162.79º59.22%40.39%-
HSV(B)162.79º74.39%64.31%-
XYZ18.1928.6325.34-
YUV123.53131.0869.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=12.54%
G=48.96%
B=38.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641290.7400.210.36162.7959.2240.39
Hex2AA4814A01524a33b28
Octal52244201112025442437350
Binary1010101010010010000001100101001010110010010100011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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