#2bb47a

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

Shades of Jungle Green #2BB47A

Tints of Jungle Green #2BB47A

Color information

#2BB47A (or 0x2BB47A) is unknown color: approx Jungle Green. HEX triplet: 2B, B4 and 7A. RGB value is (43,180,122). Sum of RGB (Red+Green+Blue) = 43+180+122=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB47A is #D44B85. Grayscale: #848484. Windows color (decimal): -13912966 or 8041515. OLE color: 8041515.

HSL color Cylindrical-coordinate representation of color #2BB47A: hue angle of 154.6º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB47A is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB43180122-
CMYK0.7600.320.29
HSL154.6º61.43%43.73%-
HSV(B)154.6º76.11%70.59%-
XYZ20.8334.5623.99-
YUV132.43122.1164.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=12.46%
G=52.17%
B=35.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801220.7600.320.29154.661.4343.73
Hex2BB47A4C0201D9b3d2c
Octal53264172114040352337554
Binary101011101101001111010100110001000001110110011011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb47a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,122); }

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

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

 a { background-color: rgb(43,180,122); }

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

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

 span { border-color: rgb(43,180,122); }

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