#2AB27E

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

Shades of Jungle Green #2AB27E

Tints of Jungle Green #2AB27E

Color information

#2AB27E (or 0x2AB27E) is unknown color: approx Jungle Green. HEX triplet: 2A, B2 and 7E. RGB value is (42,178,126). Sum of RGB (Red+Green+Blue) = 42+178+126=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB27E is #D54D81. Grayscale: #838383. Windows color (decimal): -13979010 or 8303146. OLE color: 8303146.

HSL color Cylindrical-coordinate representation of color #2AB27E: hue angle of 157.06º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB27E is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB42178126-
CMYK0.7600.290.30
HSL157.06º61.82%43.14%-
HSV(B)157.06º76.4%69.8%-
XYZ20.6433.8425.18-
YUV131.41124.9464.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=12.14%
G=51.45%
B=36.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal421781260.7600.290.30157.0661.8243.14
Hex2AB27E4C01D1E9d3e2b
Octal52262176114035362357653
Binary10101010110010111111010011000111011111010011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,126); }

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

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

 a { background-color: rgb(42,178,126); }

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

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

 span { border-color: rgb(42,178,126); }

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