#2BA179

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

Shades of Jungle Green #2BA179

Tints of Jungle Green #2BA179

Color information

#2BA179 (or 0x2BA179) is unknown color: approx Jungle Green. HEX triplet: 2B, A1 and 79. RGB value is (43,161,121). Sum of RGB (Red+Green+Blue) = 43+161+121=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA179 is #D45E86. Grayscale: #797979. Windows color (decimal): -13917831 or 7971115. OLE color: 7971115.

HSL color Cylindrical-coordinate representation of color #2BA179: hue angle of 159.66º 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 #2BA179 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB43161121-
CMYK0.7300.250.37
HSL159.66º57.84%40%-
HSV(B)159.66º73.29%63.14%-
XYZ17.1927.3822.47-
YUV121.16127.9172.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=13.23%
G=49.54%
B=37.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431611210.7300.250.37159.6657.8440
Hex2BA1794901925a03a28
Octal53241171111031452407250
Binary101011101000011111001100100101100110010110100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,161,121); }

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

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

 a { background-color: rgb(43,161,121); }

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

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

 span { border-color: rgb(43,161,121); }

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