#2B8E87

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

Shades of Java #2B8E87

Tints of Java #2B8E87

Color information

#2B8E87 (or 0x2B8E87) is unknown color: approx Java. HEX triplet: 2B, 8E and 87. RGB value is (43,142,135). Sum of RGB (Red+Green+Blue) = 43+142+135=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8E87 is #D47178. Grayscale: #6F6F6F. Windows color (decimal): -13922681 or 8883755. OLE color: 8883755.

HSL color Cylindrical-coordinate representation of color #2B8E87: hue angle of 175.76º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E87 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB43142135-
CMYK0.7000.050.44
HSL175.76º53.51%36.27%-
HSV(B)175.76º69.72%55.69%-
XYZ15.0421.6126.3-
YUV111.6141.279.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=13.44%
G=44.38%
B=42.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431421350.7000.050.44175.7653.5136.27
Hex2B8E8746052Cb03624
Octal5321620710605542606644
Binary10101110001110100001111000110010110110010110000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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