#2E958F

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

Shades of Java #2E958F

Tints of Java #2E958F

Color information

#2E958F (or 0x2E958F) is unknown color: approx Java. HEX triplet: 2E, 95 and 8F. RGB value is (46,149,143). Sum of RGB (Red+Green+Blue) = 46+149+143=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #2E958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E958F is #D16A70. Grayscale: #757575. Windows color (decimal): -13724273 or 9409838. OLE color: 9409838.

HSL color Cylindrical-coordinate representation of color #2E958F: hue angle of 176.5º 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 #2E958F is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB46149143-
CMYK0.6900.040.42
HSL176.5º52.82%38.24%-
HSV(B)176.5º69.13%58.43%-
XYZ16.8324.0629.74-
YUV117.52142.3876.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.61%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=13.61%
G=44.08%
B=42.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461491430.6900.040.42176.552.8238.24
Hex2E958F45042Ab13526
Octal5622521710504522616546
Binary10111010010101100011111000101010010101010110001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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