#2ba07b

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

Shades of Jungle Green #2BA07B

Tints of Jungle Green #2BA07B

Color information

#2BA07B (or 0x2BA07B) is unknown color: approx Jungle Green. HEX triplet: 2B, A0 and 7B. RGB value is (43,160,123). Sum of RGB (Red+Green+Blue) = 43+160+123=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA07B is #D45F84. Grayscale: #787878. Windows color (decimal): -13918085 or 8101931. OLE color: 8101931.

HSL color Cylindrical-coordinate representation of color #2BA07B: hue angle of 161.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA07B is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB43160123-
CMYK0.7300.230.37
HSL161.03º57.64%39.8%-
HSV(B)161.03º73.12%62.75%-
XYZ17.1427.0923.06-
YUV120.8129.2472.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=13.19%
G=49.08%
B=37.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431601230.7300.230.37161.0357.6439.8
Hex2BA07B4901725a13a28
Octal53240173111027452417250
Binary101011101000001111011100100101011110010110100001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba07b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,160,123); }

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

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

 a { background-color: rgb(43,160,123); }

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

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

 span { border-color: rgb(43,160,123); }

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