#2BA876

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

Shades of Jungle Green #2BA876

Tints of Jungle Green #2BA876

Color information

#2BA876 (or 0x2BA876) is unknown color: approx Jungle Green. HEX triplet: 2B, A8 and 76. RGB value is (43,168,118). Sum of RGB (Red+Green+Blue) = 43+168+118=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA876 is #D45789. Grayscale: #7D7D7D. Windows color (decimal): -13916042 or 7776299. OLE color: 7776299.

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

Color convert

RGB43168118-
CMYK0.7400.300.34
HSL156º59.24%41.37%-
HSV(B)156º74.4%65.88%-
XYZ18.2729.8321.93-
YUV124.92124.0969.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 168 (66.02% from 255) = 51.06%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=13.07%
G=51.06%
B=35.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431681180.7400.300.3415659.2441.37
Hex2BA8764A01E229c3b29
Octal53250166112036422347351
Binary101011101010001110110100101001111010001010011100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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