#2AA276

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

Shades of Jungle Green #2AA276

Tints of Jungle Green #2AA276

Color information

#2AA276 (or 0x2AA276) is unknown color: approx Jungle Green. HEX triplet: 2A, A2 and 76. RGB value is (42,162,118). Sum of RGB (Red+Green+Blue) = 42+162+118=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA276 is #D55D89. Grayscale: #797979. Windows color (decimal): -13983114 or 7774762. OLE color: 7774762.

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

Color convert

RGB42162118-
CMYK0.7400.270.36
HSL158º58.82%40%-
HSV(B)158º74.07%63.53%-
XYZ17.1527.6421.57-
YUV121.1126.2471.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=13.04%
G=50.31%
B=36.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621180.7400.270.3615858.8240
Hex2AA2764A01B249e3b28
Octal52242166112033442367350
Binary101010101000101110110100101001101110010010011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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