#1E9382

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

Shades of Java #1E9382

Tints of Java #1E9382

Color information

#1E9382 (or 0x1E9382) is unknown color: approx Java. HEX triplet: 1E, 93 and 82. RGB value is (30,147,130). Sum of RGB (Red+Green+Blue) = 30+147+130=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9382 is #E16C7D. Grayscale: #6E6E6E. Windows color (decimal): -14773374 or 8557342. OLE color: 8557342.

HSL color Cylindrical-coordinate representation of color #1E9382: hue angle of 171.28º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9382 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB30147130-
CMYK0.8000.120.42
HSL171.28º66.1%34.71%-
HSV(B)171.28º79.59%57.65%-
XYZ1522.7624.72-
YUV110.08139.2470.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=9.77%
G=47.88%
B=42.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471300.8000.120.42171.2866.134.71
Hex1E9382500C2Aab4223
Octal362232021200145225310243
Binary111101001001110000010101000001100101010101010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E9382; }

 p { color: rgb(30,147,130); }

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

<style>
 a { background-color: #1E9382; }

 a { background-color: rgb(30,147,130); }

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

<style>
 span { border-color: #1E9382; }

 span { border-color: rgb(30,147,130); }

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