#2BB987

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

Shades of Jungle Green #2BB987

Tints of Jungle Green #2BB987

Color information

#2BB987 (or 0x2BB987) is unknown color: approx Jungle Green. HEX triplet: 2B, B9 and 87. RGB value is (43,185,135). Sum of RGB (Red+Green+Blue) = 43+185+135=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB987 is #D44678. Grayscale: #888888. Windows color (decimal): -13911673 or 8894763. OLE color: 8894763.

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

Color convert

RGB43185135-
CMYK0.7700.270.27
HSL158.87º62.28%44.71%-
HSV(B)158.87º76.76%72.55%-
XYZ22.7236.9628.86-
YUV136.84126.9661.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.85%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=11.85%
G=50.96%
B=37.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851350.7700.270.27158.8762.2844.71
Hex2BB9874D01B1B9f3e2d
Octal53271207115033332377655
Binary101011101110011000011110011010110111101110011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,135); }

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

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

 a { background-color: rgb(43,185,135); }

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

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

 span { border-color: rgb(43,185,135); }

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