#2BB484

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

Shades of Jungle Green #2BB484

Tints of Jungle Green #2BB484

Color information

#2BB484 (or 0x2BB484) is unknown color: approx Jungle Green. HEX triplet: 2B, B4 and 84. RGB value is (43,180,132). Sum of RGB (Red+Green+Blue) = 43+180+132=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB484 is #D44B7B. Grayscale: #858585. Windows color (decimal): -13912956 or 8696875. OLE color: 8696875.

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

Color convert

RGB43180132-
CMYK0.7600.270.29
HSL158.98º61.43%43.73%-
HSV(B)158.98º76.11%70.59%-
XYZ21.4834.8227.42-
YUV133.56127.1163.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=12.11%
G=50.70%
B=37.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801320.7600.270.29158.9861.4343.73
Hex2BB4844C01B1D9f3d2c
Octal53264204114033352377554
Binary101011101101001000010010011000110111110110011111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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