#2E9E9D

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

Shades of Java #2E9E9D

Tints of Java #2E9E9D

Color information

#2E9E9D (or 0x2E9E9D) is unknown color: approx Java. HEX triplet: 2E, 9E and 9D. RGB value is (46,158,157). Sum of RGB (Red+Green+Blue) = 46+158+157=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E9D is #D16162. Grayscale: #7C7C7C. Windows color (decimal): -13721955 or 10329646. OLE color: 10329646.

HSL color Cylindrical-coordinate representation of color #2E9E9D: hue angle of 179.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E9D is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB46158157-
CMYK0.7100.010.38
HSL179.46º54.9%40%-
HSV(B)179.46º70.89%61.96%-
XYZ19.4427.4736.18-
YUV124.4146.3972.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.74%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=12.74%
G=43.77%
B=43.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461581570.7100.010.38179.4654.940
Hex2E9E9D470126b33728
Octal5623623510701462636750
Binary101110100111101001110110001110110011010110011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,158,157); }

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

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

 a { background-color: rgb(46,158,157); }

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

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

 span { border-color: rgb(46,158,157); }

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