#2B9395

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

Shades of Java #2B9395

Tints of Java #2B9395

Color information

#2B9395 (or 0x2B9395) is unknown color: approx Java. HEX triplet: 2B, 93 and 95. RGB value is (43,147,149). Sum of RGB (Red+Green+Blue) = 43+147+149=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B9395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9395 is #D46C6A. Grayscale: #747474. Windows color (decimal): -13921387 or 9802539. OLE color: 9802539.

HSL color Cylindrical-coordinate representation of color #2B9395: hue angle of 181.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9395 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB43147149-
CMYK0.710.0100.42
HSL181.13º55.21%37.65%-
HSV(B)181.13º71.14%58.43%-
XYZ16.8523.5532.09-
YUV116.13146.5475.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=12.68%
G=43.36%
B=43.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431471490.710.0100.42181.1355.2137.65
Hex2B939547102Ab53726
Octal5322322510710522656746
Binary101011100100111001010110001111010101010110101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,149); }

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

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

 a { background-color: rgb(43,147,149); }

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

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

 span { border-color: rgb(43,147,149); }

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