#2AAB7B

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

Shades of Jungle Green #2AAB7B

Tints of Jungle Green #2AAB7B

Color information

#2AAB7B (or 0x2AAB7B) is unknown color: approx Jungle Green. HEX triplet: 2A, AB and 7B. RGB value is (42,171,123). Sum of RGB (Red+Green+Blue) = 42+171+123=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7B is #D55484. Grayscale: #7F7F7F. Windows color (decimal): -13980805 or 8104746. OLE color: 8104746.

HSL color Cylindrical-coordinate representation of color #2AAB7B: hue angle of 157.67º 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 #2AAB7B is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB42171123-
CMYK0.7500.280.33
HSL157.67º60.56%41.76%-
HSV(B)157.67º75.44%67.06%-
XYZ19.0931.0523.73-
YUV126.96125.7667.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=12.5%
G=50.89%
B=36.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711230.7500.280.33157.6760.5641.76
Hex2AAB7B4B01C219e3d2a
Octal52253173113034412367552
Binary101010101010111111011100101101110010000110011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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