#2E958C

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

Shades of Java #2E958C

Tints of Java #2E958C

Color information

#2E958C (or 0x2E958C) is unknown color: approx Java. HEX triplet: 2E, 95 and 8C. RGB value is (46,149,140). Sum of RGB (Red+Green+Blue) = 46+149+140=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #2E958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E958C is #D16A73. Grayscale: #757575. Windows color (decimal): -13724276 or 9213230. OLE color: 9213230.

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

Color convert

RGB46149140-
CMYK0.6900.060.42
HSL174.76º52.82%38.24%-
HSV(B)174.76º69.13%58.43%-
XYZ16.6123.9728.56-
YUV117.18140.8877.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=13.73%
G=44.48%
B=41.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461491400.6900.060.42174.7652.8238.24
Hex2E958C45062Aaf3526
Octal5622521410506522576546
Binary10111010010101100011001000101011010101010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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