#2AA272

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

Shades of Jungle Green #2AA272

Tints of Jungle Green #2AA272

Color information

#2AA272 (or 0x2AA272) is unknown color: approx Jungle Green. HEX triplet: 2A, A2 and 72. RGB value is (42,162,114). Sum of RGB (Red+Green+Blue) = 42+162+114=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA272 is #D55D8D. Grayscale: #787878. Windows color (decimal): -13983118 or 7512618. OLE color: 7512618.

HSL color Cylindrical-coordinate representation of color #2AA272: hue angle of 156º 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 #2AA272 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB42162114-
CMYK0.7400.300.36
HSL156º58.82%40%-
HSV(B)156º74.07%63.53%-
XYZ16.9127.5520.35-
YUV120.65124.2471.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=13.21%
G=50.94%
B=35.85%

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
Decimal421621140.7400.300.3615658.8240
Hex2AA2724A01E249c3b28
Octal52242162112036442347350
Binary101010101000101110010100101001111010010010011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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