#2AA485

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

Shades of Jungle Green #2AA485

Tints of Jungle Green #2AA485

Color information

#2AA485 (or 0x2AA485) is unknown color: approx Jungle Green. HEX triplet: 2A, A4 and 85. RGB value is (42,164,133). Sum of RGB (Red+Green+Blue) = 42+164+133=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA485 is #D55B7A. Grayscale: #7B7B7B. Windows color (decimal): -13982587 or 8758314. OLE color: 8758314.

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

Color convert

RGB42164133-
CMYK0.7400.190.36
HSL164.75º59.22%40.39%-
HSV(B)164.75º74.39%64.31%-
XYZ18.4628.7426.76-
YUV123.99133.0869.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=12.39%
G=48.38%
B=39.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641330.7400.190.36164.7559.2240.39
Hex2AA4854A01324a53b28
Octal52244205112023442457350
Binary1010101010010010000101100101001001110010010100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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