#2BB18C

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

Shades of Jungle Green #2BB18C

Tints of Jungle Green #2BB18C

Color information

#2BB18C (or 0x2BB18C) is unknown color: approx Jungle Green. HEX triplet: 2B, B1 and 8C. RGB value is (43,177,140). Sum of RGB (Red+Green+Blue) = 43+177+140=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB18C is #D44E73. Grayscale: #848484. Windows color (decimal): -13913716 or 9220395. OLE color: 9220395.

HSL color Cylindrical-coordinate representation of color #2BB18C: hue angle of 163.43º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB18C is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB43177140-
CMYK0.7600.210.31
HSL163.43º60.91%43.14%-
HSV(B)163.43º75.71%69.41%-
XYZ21.4533.8530.21-
YUV132.72132.1164.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.94%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=11.94%
G=49.17%
B=38.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431771400.7600.210.31163.4360.9143.14
Hex2BB18C4C0151Fa33d2b
Octal53261214114025372437553
Binary101011101100011000110010011000101011111110100011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,177,140); }

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

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

 a { background-color: rgb(43,177,140); }

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

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

 span { border-color: rgb(43,177,140); }

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