#2E908E

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

Shades of Java #2E908E

Tints of Java #2E908E

Color information

#2E908E (or 0x2E908E) is unknown color: approx Java. HEX triplet: 2E, 90 and 8E. RGB value is (46,144,142). Sum of RGB (Red+Green+Blue) = 46+144+142=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #2E908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E908E is #D16F71. Grayscale: #727272. Windows color (decimal): -13725554 or 9343022. OLE color: 9343022.

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

Color convert

RGB46144142-
CMYK0.6800.010.44
HSL178.78º51.58%37.25%-
HSV(B)178.78º68.06%56.47%-
XYZ15.9822.4829.09-
YUV114.47143.5379.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=13.86%
G=43.37%
B=42.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461441420.6800.010.44178.7851.5837.25
Hex2E908E44012Cb33425
Octal5622021610401542636445
Binary101110100100001000111010001000110110010110011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,144,142); }

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

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

 a { background-color: rgb(46,144,142); }

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

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

 span { border-color: rgb(46,144,142); }

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