#2AA27E

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

Shades of Jungle Green #2AA27E

Tints of Jungle Green #2AA27E

Color information

#2AA27E (or 0x2AA27E) is unknown color: approx Jungle Green. HEX triplet: 2A, A2 and 7E. RGB value is (42,162,126). Sum of RGB (Red+Green+Blue) = 42+162+126=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA27E is #D55D81. Grayscale: #7A7A7A. Windows color (decimal): -13983106 or 8299050. OLE color: 8299050.

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

Color convert

RGB42162126-
CMYK0.7400.220.36
HSL162º58.82%40%-
HSV(B)162º74.07%63.53%-
XYZ17.6427.8424.18-
YUV122.02130.2470.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=12.73%
G=49.09%
B=38.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621260.7400.220.3616258.8240
Hex2AA27E4A01624a23b28
Octal52242176112026442427350
Binary101010101000101111110100101001011010010010100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,126); }

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

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

 a { background-color: rgb(42,162,126); }

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

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

 span { border-color: rgb(42,162,126); }

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