#2aad7d

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

Shades of Jungle Green #2AAD7D

Tints of Jungle Green #2AAD7D

Color information

#2AAD7D (or 0x2AAD7D) is unknown color: approx Jungle Green. HEX triplet: 2A, AD and 7D. RGB value is (42,173,125). Sum of RGB (Red+Green+Blue) = 42+173+125=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD7D is #D55282. Grayscale: #808080. Windows color (decimal): -13980291 or 8236330. OLE color: 8236330.

HSL color Cylindrical-coordinate representation of color #2AAD7D: hue angle of 158.02º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD7D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB42173125-
CMYK0.7600.280.32
HSL158.02º60.93%42.16%-
HSV(B)158.02º75.72%67.84%-
XYZ19.631.8624.52-
YUV128.36126.166.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=12.35%
G=50.88%
B=36.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421731250.7600.280.32158.0260.9342.16
Hex2AAD7D4C01C209e3d2a
Octal52255175114034402367552
Binary101010101011011111101100110001110010000010011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aad7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,173,125); }

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

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

 a { background-color: rgb(42,173,125); }

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

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

 span { border-color: rgb(42,173,125); }

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