#2AA372

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

Shades of Jungle Green #2AA372

Tints of Jungle Green #2AA372

Color information

#2AA372 (or 0x2AA372) is unknown color: approx Jungle Green. HEX triplet: 2A, A3 and 72. RGB value is (42,163,114). Sum of RGB (Red+Green+Blue) = 42+163+114=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA372 is #D55C8D. Grayscale: #797979. Windows color (decimal): -13982862 or 7512874. OLE color: 7512874.

HSL color Cylindrical-coordinate representation of color #2AA372: hue angle of 155.7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA372 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB42163114-
CMYK0.7400.300.36
HSL155.7º59.02%40.2%-
HSV(B)155.7º74.23%63.92%-
XYZ17.0927.920.4-
YUV121.24123.9171.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=13.17%
G=51.10%
B=35.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421631140.7400.300.36155.759.0240.2
Hex2AA3724A01E249c3b28
Octal52243162112036442347350
Binary101010101000111110010100101001111010010010011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,114); }

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

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

 a { background-color: rgb(42,163,114); }

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

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

 span { border-color: rgb(42,163,114); }

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