#2E8C8D

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

Shades of Java #2E8C8D

Tints of Java #2E8C8D

Color information

#2E8C8D (or 0x2E8C8D) is unknown color: approx Java. HEX triplet: 2E, 8C and 8D. RGB value is (46,140,141). Sum of RGB (Red+Green+Blue) = 46+140+141=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E8C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8C8D is #D17372. Grayscale: #6F6F6F. Windows color (decimal): -13726579 or 9276462. OLE color: 9276462.

HSL color Cylindrical-coordinate representation of color #2E8C8D: hue angle of 180.63º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C8D is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46140141-
CMYK0.670.0100.45
HSL180.63º50.8%36.67%-
HSV(B)180.63º67.38%55.29%-
XYZ15.3121.2628.5-
YUV112.01144.3680.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=14.07%
G=42.81%
B=43.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461401410.670.0100.45180.6350.836.67
Hex2E8C8D43102Db53325
Octal5621421510310552656345
Binary101110100011001000110110000111010110110110101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,141); }

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

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

 a { background-color: rgb(46,140,141); }

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

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

 span { border-color: rgb(46,140,141); }

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