#2E918A

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

Shades of Java #2E918A

Tints of Java #2E918A

Color information

#2E918A (or 0x2E918A) is unknown color: approx Java. HEX triplet: 2E, 91 and 8A. RGB value is (46,145,138). Sum of RGB (Red+Green+Blue) = 46+145+138=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #2E918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E918A is #D16E75. Grayscale: #727272. Windows color (decimal): -13725302 or 9081134. OLE color: 9081134.

HSL color Cylindrical-coordinate representation of color #2E918A: hue angle of 175.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E918A is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB46145138-
CMYK0.6800.050.43
HSL175.76º51.83%37.45%-
HSV(B)175.76º68.28%56.86%-
XYZ15.8422.6727.59-
YUV114.6141.279.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=13.98%
G=44.07%
B=41.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal461451380.6800.050.43175.7651.8337.45
Hex2E918A44052Bb03425
Octal5622121210405532606445
Binary10111010010001100010101000100010110101110110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,138); }

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

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

 a { background-color: rgb(46,145,138); }

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

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

 span { border-color: rgb(46,145,138); }

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