#2AA57F

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

Shades of Jungle Green #2AA57F

Tints of Jungle Green #2AA57F

Color information

#2AA57F (or 0x2AA57F) is unknown color: approx Jungle Green. HEX triplet: 2A, A5 and 7F. RGB value is (42,165,127). Sum of RGB (Red+Green+Blue) = 42+165+127=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA57F is #D55A80. Grayscale: #7B7B7B. Windows color (decimal): -13982337 or 8365354. OLE color: 8365354.

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

Color convert

RGB42165127-
CMYK0.7500.230.35
HSL161.46º59.42%40.59%-
HSV(B)161.46º74.55%64.71%-
XYZ18.2428.9324.7-
YUV123.89129.7569.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 165 (64.84% from 255) = 49.40%
BLUE value IS 127 (50% from 255) = 38.02%
R=12.57%
G=49.40%
B=38.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal421651270.7500.230.35161.4659.4240.59
Hex2AA57F4B01723a13b29
Octal52245177113027432417351
Binary101010101001011111111100101101011110001110100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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