#2AAB77

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

Shades of Jungle Green #2AAB77

Tints of Jungle Green #2AAB77

Color information

#2AAB77 (or 0x2AAB77) is unknown color: approx Jungle Green. HEX triplet: 2A, AB and 77. RGB value is (42,171,119). Sum of RGB (Red+Green+Blue) = 42+171+119=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB77 is #D55488. Grayscale: #7E7E7E. Windows color (decimal): -13980809 or 7842602. OLE color: 7842602.

HSL color Cylindrical-coordinate representation of color #2AAB77: hue angle of 155.81º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB77 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB42171119-
CMYK0.7500.300.33
HSL155.81º60.56%41.76%-
HSV(B)155.81º75.44%67.06%-
XYZ18.8530.9522.43-
YUV126.5123.7667.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=12.65%
G=51.51%
B=35.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711190.7500.300.33155.8160.5641.76
Hex2AAB774B01E219c3d2a
Octal52253167113036412347552
Binary101010101010111110111100101101111010000110011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,119); }

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

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

 a { background-color: rgb(42,171,119); }

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

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

 span { border-color: rgb(42,171,119); }

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