#2BB97E

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

Shades of Jungle Green #2BB97E

Tints of Jungle Green #2BB97E

Color information

#2BB97E (or 0x2BB97E) is unknown color: approx Jungle Green. HEX triplet: 2B, B9 and 7E. RGB value is (43,185,126). Sum of RGB (Red+Green+Blue) = 43+185+126=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB97E is #D44681. Grayscale: #878787. Windows color (decimal): -13911682 or 8304939. OLE color: 8304939.

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

Color convert

RGB43185126-
CMYK0.7700.320.27
HSL155.07º62.28%44.71%-
HSV(B)155.07º76.76%72.55%-
XYZ22.1136.7225.66-
YUV135.82122.4661.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 185 (72.66% from 255) = 52.26%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=12.15%
G=52.26%
B=35.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851260.7700.320.27155.0762.2844.71
Hex2BB97E4D0201B9b3e2d
Octal53271176115040332337655
Binary101011101110011111110100110101000001101110011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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