#2AB47D

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

Shades of Jungle Green #2AB47D

Tints of Jungle Green #2AB47D

Color information

#2AB47D (or 0x2AB47D) is unknown color: approx Jungle Green. HEX triplet: 2A, B4 and 7D. RGB value is (42,180,125). Sum of RGB (Red+Green+Blue) = 42+180+125=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB47D is #D54B82. Grayscale: #848484. Windows color (decimal): -13978499 or 8238122. OLE color: 8238122.

HSL color Cylindrical-coordinate representation of color #2AB47D: hue angle of 156.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB47D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB42180125-
CMYK0.7700.310.29
HSL156.09º62.16%43.53%-
HSV(B)156.09º76.67%70.59%-
XYZ20.9834.6224.98-
YUV132.47123.7863.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=12.10%
G=51.87%
B=36.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421801250.7700.310.29156.0962.1643.53
Hex2AB47D4D01F1D9c3e2c
Octal52264175115037352347654
Binary10101010110100111110110011010111111110110011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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