#1E928A

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

Shades of Java #1E928A

Tints of Java #1E928A

Color information

#1E928A (or 0x1E928A) is unknown color: approx Java. HEX triplet: 1E, 92 and 8A. RGB value is (30,146,138). Sum of RGB (Red+Green+Blue) = 30+146+138=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #1E928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E928A is #E16D75. Grayscale: #6E6E6E. Windows color (decimal): -14773622 or 9081374. OLE color: 9081374.

HSL color Cylindrical-coordinate representation of color #1E928A: hue angle of 175.86º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E928A is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB30146138-
CMYK0.7900.050.43
HSL175.86º65.91%34.51%-
HSV(B)175.86º79.45%57.25%-
XYZ15.422.6727.61-
YUV110.4143.5770.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=9.55%
G=46.50%
B=43.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal301461380.7900.050.43175.8665.9134.51
Hex1E928A4F052Bb04223
Octal36222212117055326010243
Binary11110100100101000101010011110101101011101100001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,146,138); }

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

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

 a { background-color: rgb(30,146,138); }

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

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

 span { border-color: rgb(30,146,138); }

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