#2BA675

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

Shades of Jungle Green #2BA675

Tints of Jungle Green #2BA675

Color information

#2BA675 (or 0x2BA675) is unknown color: approx Jungle Green. HEX triplet: 2B, A6 and 75. RGB value is (43,166,117). Sum of RGB (Red+Green+Blue) = 43+166+117=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA675 is #D4598A. Grayscale: #7B7B7B. Windows color (decimal): -13916555 or 7710251. OLE color: 7710251.

HSL color Cylindrical-coordinate representation of color #2BA675: hue angle of 156.1º 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 #2BA675 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB43166117-
CMYK0.7400.300.35
HSL156.1º58.85%40.98%-
HSV(B)156.1º74.1%65.1%-
XYZ17.8429.0721.5-
YUV123.64124.2570.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=13.19%
G=50.92%
B=35.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431661170.7400.300.35156.158.8540.98
Hex2BA6754A01E239c3b29
Octal53246165112036432347351
Binary101011101001101110101100101001111010001110011100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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