#2BA178

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

Shades of Jungle Green #2BA178

Tints of Jungle Green #2BA178

Color information

#2BA178 (or 0x2BA178) is unknown color: approx Jungle Green. HEX triplet: 2B, A1 and 78. RGB value is (43,161,120). Sum of RGB (Red+Green+Blue) = 43+161+120=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA178 is #D45E87. Grayscale: #797979. Windows color (decimal): -13917832 or 7905579. OLE color: 7905579.

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

Color convert

RGB43161120-
CMYK0.7300.250.37
HSL159.15º57.84%40%-
HSV(B)159.15º73.29%63.14%-
XYZ17.1327.3622.15-
YUV121.04127.4172.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.27%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=13.27%
G=49.69%
B=37.04%

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
Decimal431611200.7300.250.37159.1557.8440
Hex2BA17849019259f3a28
Octal53241170111031452377250
Binary101011101000011111000100100101100110010110011111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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