#2bad82

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

Shades of Jungle Green #2BAD82

Tints of Jungle Green #2BAD82

Color information

#2BAD82 (or 0x2BAD82) is unknown color: approx Jungle Green. HEX triplet: 2B, AD and 82. RGB value is (43,173,130). Sum of RGB (Red+Green+Blue) = 43+173+130=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAD82 is #D4527D. Grayscale: #818181. Windows color (decimal): -13914750 or 8564011. OLE color: 8564011.

HSL color Cylindrical-coordinate representation of color #2BAD82: hue angle of 160.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD82 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB43173130-
CMYK0.7500.250.32
HSL160.15º60.19%42.35%-
HSV(B)160.15º75.14%67.84%-
XYZ19.9732.0126.25-
YUV129.23128.4366.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=12.43%
G=50%
B=37.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431731300.7500.250.32160.1560.1942.35
Hex2BAD824B01920a03c2a
Octal53255202113031402407452
Binary1010111010110110000010100101101100110000010100000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bad82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,173,130); }

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

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

 a { background-color: rgb(43,173,130); }

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

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

 span { border-color: rgb(43,173,130); }

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