#2BA275

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

Shades of Jungle Green #2BA275

Tints of Jungle Green #2BA275

Color information

#2BA275 (or 0x2BA275) is unknown color: approx Jungle Green. HEX triplet: 2B, A2 and 75. RGB value is (43,162,117). Sum of RGB (Red+Green+Blue) = 43+162+117=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA275 is #D45D8A. Grayscale: #797979. Windows color (decimal): -13917579 or 7709227. OLE color: 7709227.

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

Color convert

RGB43162117-
CMYK0.7300.280.36
HSL157.31º58.05%40.2%-
HSV(B)157.31º73.46%63.53%-
XYZ17.1327.6421.26-
YUV121.29125.5872.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=13.35%
G=50.31%
B=36.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431621170.7300.280.36157.3158.0540.2
Hex2BA2754901C249d3a28
Octal53242165111034442357250
Binary101011101000101110101100100101110010010010011101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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