#2AAB7F

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

Shades of Jungle Green #2AAB7F

Tints of Jungle Green #2AAB7F

Color information

#2AAB7F (or 0x2AAB7F) is unknown color: approx Jungle Green. HEX triplet: 2A, AB and 7F. RGB value is (42,171,127). Sum of RGB (Red+Green+Blue) = 42+171+127=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB7F is #D55480. Grayscale: #7F7F7F. Windows color (decimal): -13980801 or 8366890. OLE color: 8366890.

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

Color convert

RGB42171127-
CMYK0.7500.260.33
HSL159.53º60.56%41.76%-
HSV(B)159.53º75.44%67.06%-
XYZ19.3531.1525.07-
YUV127.41127.7667.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 127 (50% from 255) = 37.35%
R=12.35%
G=50.29%
B=37.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711270.7500.260.33159.5360.5641.76
Hex2AAB7F4B01A21a03d2a
Octal52253177113032412407552
Binary101010101010111111111100101101101010000110100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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