#2B8E84

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

Shades of Java #2B8E84

Tints of Java #2B8E84

Color information

#2B8E84 (or 0x2B8E84) is unknown color: approx Java. HEX triplet: 2B, 8E and 84. RGB value is (43,142,132). Sum of RGB (Red+Green+Blue) = 43+142+132=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8E84 is #D4717B. Grayscale: #6F6F6F. Windows color (decimal): -13922684 or 8687147. OLE color: 8687147.

HSL color Cylindrical-coordinate representation of color #2B8E84: hue angle of 173.94º 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 #2B8E84 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB43142132-
CMYK0.7000.070.44
HSL173.94º53.51%36.27%-
HSV(B)173.94º69.72%55.69%-
XYZ14.8321.5325.2-
YUV111.26139.779.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=13.56%
G=44.79%
B=41.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431421320.7000.070.44173.9453.5136.27
Hex2B8E8446072Cae3624
Octal5321620410607542566644
Binary10101110001110100001001000110011110110010101110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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