#2BA67A

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

Shades of Jungle Green #2BA67A

Tints of Jungle Green #2BA67A

Color information

#2BA67A (or 0x2BA67A) is unknown color: approx Jungle Green. HEX triplet: 2B, A6 and 7A. RGB value is (43,166,122). Sum of RGB (Red+Green+Blue) = 43+166+122=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA67A is #D45985. Grayscale: #7C7C7C. Windows color (decimal): -13916550 or 8037931. OLE color: 8037931.

HSL color Cylindrical-coordinate representation of color #2BA67A: hue angle of 158.54º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA67A is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB43166122-
CMYK0.7400.270.35
HSL158.54º58.85%40.98%-
HSV(B)158.54º74.1%65.1%-
XYZ18.1529.1923.09-
YUV124.21126.7570.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=12.99%
G=50.15%
B=36.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431661220.7400.270.35158.5458.8540.98
Hex2BA67A4A01B239f3b29
Octal53246172112033432377351
Binary101011101001101111010100101001101110001110011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,122); }

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

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

 a { background-color: rgb(43,166,122); }

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

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

 span { border-color: rgb(43,166,122); }

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