#2BB986

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

Shades of Jungle Green #2BB986

Tints of Jungle Green #2BB986

Color information

#2BB986 (or 0x2BB986) is unknown color: approx Jungle Green. HEX triplet: 2B, B9 and 86. RGB value is (43,185,134). Sum of RGB (Red+Green+Blue) = 43+185+134=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB986 is #D44679. Grayscale: #888888. Windows color (decimal): -13911674 or 8829227. OLE color: 8829227.

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

Color convert

RGB43185134-
CMYK0.7700.280.27
HSL158.45º62.28%44.71%-
HSV(B)158.45º76.76%72.55%-
XYZ22.6536.9328.49-
YUV136.73126.4661.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.88%
GREEN value IS 185 (72.66% from 255) = 51.10%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=11.88%
G=51.10%
B=37.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851340.7700.280.27158.4562.2844.71
Hex2BB9864D01C1B9e3e2d
Octal53271206115034332367655
Binary101011101110011000011010011010111001101110011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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