#2ba780

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

Shades of Jungle Green #2BA780

Tints of Jungle Green #2BA780

Color information

#2BA780 (or 0x2BA780) is unknown color: approx Jungle Green. HEX triplet: 2B, A7 and 80. RGB value is (43,167,128). Sum of RGB (Red+Green+Blue) = 43+167+128=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA780 is #D4587F. Grayscale: #7D7D7D. Windows color (decimal): -13916288 or 8431403. OLE color: 8431403.

HSL color Cylindrical-coordinate representation of color #2BA780: hue angle of 161.13º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA780 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB43167128-
CMYK0.7400.230.35
HSL161.13º59.05%41.18%-
HSV(B)161.13º74.25%65.49%-
XYZ18.7129.7125.17-
YUV125.48129.4269.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 167 (65.62% from 255) = 49.41%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=12.72%
G=49.41%
B=37.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431671280.7400.230.35161.1359.0541.18
Hex2BA7804A01723a13b29
Octal53247200112027432417351
Binary1010111010011110000000100101001011110001110100001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,167,128); }

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

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

 a { background-color: rgb(43,167,128); }

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

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

 span { border-color: rgb(43,167,128); }

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