#2BA676

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

Shades of Jungle Green #2BA676

Tints of Jungle Green #2BA676

Color information

#2BA676 (or 0x2BA676) is unknown color: approx Jungle Green. HEX triplet: 2B, A6 and 76. RGB value is (43,166,118). Sum of RGB (Red+Green+Blue) = 43+166+118=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA676 is #D45989. Grayscale: #7B7B7B. Windows color (decimal): -13916554 or 7775787. OLE color: 7775787.

HSL color Cylindrical-coordinate representation of color #2BA676: hue angle of 156.59º 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 #2BA676 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB43166118-
CMYK0.7400.290.35
HSL156.59º58.85%40.98%-
HSV(B)156.59º74.1%65.1%-
XYZ17.929.0921.81-
YUV123.75124.7570.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=13.15%
G=50.76%
B=36.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431661180.7400.290.35156.5958.8540.98
Hex2BA6764A01D239d3b29
Octal53246166112035432357351
Binary101011101001101110110100101001110110001110011101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,118); }

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

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

 a { background-color: rgb(43,166,118); }

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

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

 span { border-color: rgb(43,166,118); }

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