#2BBA7D

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

Shades of Jungle Green #2BBA7D

Tints of Jungle Green #2BBA7D

Color information

#2BBA7D (or 0x2BBA7D) is unknown color: approx Jungle Green. HEX triplet: 2B, BA and 7D. RGB value is (43,186,125). Sum of RGB (Red+Green+Blue) = 43+186+125=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA7D is #D44582. Grayscale: #888888. Windows color (decimal): -13911427 or 8239659. OLE color: 8239659.

HSL color Cylindrical-coordinate representation of color #2BBA7D: hue angle of 154.41º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA7D is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB43186125-
CMYK0.7700.330.27
HSL154.41º62.45%44.9%-
HSV(B)154.41º76.88%72.94%-
XYZ22.2637.1125.39-
YUV136.29121.6261.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=12.15%
G=52.54%
B=35.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431861250.7700.330.27154.4162.4544.9
Hex2BBA7D4D0211B9a3e2d
Octal53272175115041332327655
Binary101011101110101111101100110101000011101110011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,125); }

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

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

 a { background-color: rgb(43,186,125); }

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

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

 span { border-color: rgb(43,186,125); }

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