#2BA07A

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

Shades of Jungle Green #2BA07A

Tints of Jungle Green #2BA07A

Color information

#2BA07A (or 0x2BA07A) is unknown color: approx Jungle Green. HEX triplet: 2B, A0 and 7A. RGB value is (43,160,122). Sum of RGB (Red+Green+Blue) = 43+160+122=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA07A is #D45F85. Grayscale: #787878. Windows color (decimal): -13918086 or 8036395. OLE color: 8036395.

HSL color Cylindrical-coordinate representation of color #2BA07A: hue angle of 160.51º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA07A is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB43160122-
CMYK0.7300.240.37
HSL160.51º57.64%39.8%-
HSV(B)160.51º73.12%62.75%-
XYZ17.0827.0622.74-
YUV120.68128.7472.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=13.23%
G=49.23%
B=37.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431601220.7300.240.37160.5157.6439.8
Hex2BA07A4901825a13a28
Octal53240172111030452417250
Binary101011101000001111010100100101100010010110100001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,160,122); }

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

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

 a { background-color: rgb(43,160,122); }

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

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

 span { border-color: rgb(43,160,122); }

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