#2BAB7E

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

Shades of Jungle Green #2BAB7E

Tints of Jungle Green #2BAB7E

Color information

#2BAB7E (or 0x2BAB7E) is unknown color: approx Jungle Green. HEX triplet: 2B, AB and 7E. RGB value is (43,171,126). Sum of RGB (Red+Green+Blue) = 43+171+126=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB7E is #D45481. Grayscale: #7F7F7F. Windows color (decimal): -13915266 or 8301355. OLE color: 8301355.

HSL color Cylindrical-coordinate representation of color #2BAB7E: hue angle of 158.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB7E is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB43171126-
CMYK0.7500.260.33
HSL158.91º59.81%41.96%-
HSV(B)158.91º74.85%67.06%-
XYZ19.3331.1524.73-
YUV127.6127.0967.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.65%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=12.65%
G=50.29%
B=37.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431711260.7500.260.33158.9159.8141.96
Hex2BAB7E4B01A219f3c2a
Octal53253176113032412377452
Binary101011101010111111110100101101101010000110011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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