#2BAA87

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

Shades of Jungle Green #2BAA87

Tints of Jungle Green #2BAA87

Color information

#2BAA87 (or 0x2BAA87) is unknown color: approx Jungle Green. HEX triplet: 2B, AA and 87. RGB value is (43,170,135). Sum of RGB (Red+Green+Blue) = 43+170+135=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA87 is #D45578. Grayscale: #808080. Windows color (decimal): -13915513 or 8890923. OLE color: 8890923.

HSL color Cylindrical-coordinate representation of color #2BAA87: hue angle of 163.46º 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 #2BAA87 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB43170135-
CMYK0.7500.210.33
HSL163.46º59.62%41.76%-
HSV(B)163.46º74.71%66.67%-
XYZ19.7431.0127.87-
YUV128.04131.9267.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.36%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=12.36%
G=48.85%
B=38.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431701350.7500.210.33163.4659.6241.76
Hex2BAA874B01521a33c2a
Octal53252207113025412437452
Binary1010111010101010000111100101101010110000110100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,170,135); }

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

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

 a { background-color: rgb(43,170,135); }

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

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

 span { border-color: rgb(43,170,135); }

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