#2AA681

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

Shades of Jungle Green #2AA681

Tints of Jungle Green #2AA681

Color information

#2AA681 (or 0x2AA681) is unknown color: approx Jungle Green. HEX triplet: 2A, A6 and 81. RGB value is (42,166,129). Sum of RGB (Red+Green+Blue) = 42+166+129=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA681 is #D5597E. Grayscale: #7C7C7C. Windows color (decimal): -13982079 or 8496682. OLE color: 8496682.

HSL color Cylindrical-coordinate representation of color #2AA681: hue angle of 162.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA681 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB42166129-
CMYK0.7500.220.35
HSL162.1º59.62%40.78%-
HSV(B)162.1º74.7%65.1%-
XYZ18.5529.3525.46-
YUV124.71130.4269.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 166 (65.23% from 255) = 49.26%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=12.46%
G=49.26%
B=38.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal421661290.7500.220.35162.159.6240.78
Hex2AA6814B01623a23c29
Octal52246201113026432427451
Binary1010101010011010000001100101101011010001110100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,129); }

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

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

 a { background-color: rgb(42,166,129); }

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

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

 span { border-color: rgb(42,166,129); }

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