#1EA297

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

Shades of Java #1EA297

Tints of Java #1EA297

Color information

#1EA297 (or 0x1EA297) is unknown color: approx Java. HEX triplet: 1E, A2 and 97. RGB value is (30,162,151). Sum of RGB (Red+Green+Blue) = 30+162+151=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA297 is #E15D68. Grayscale: #797979. Windows color (decimal): -14769513 or 9937438. OLE color: 9937438.

HSL color Cylindrical-coordinate representation of color #1EA297: hue angle of 175º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA297 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB30162151-
CMYK0.8100.070.36
HSL175º68.75%37.65%-
HSV(B)175º81.48%63.53%-
XYZ19.0428.3533.75-
YUV121.28144.7762.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=8.75%
G=47.23%
B=44.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301621510.8100.070.3617568.7537.65
Hex1EA297510724af4526
Octal36242227121074425710546
Binary11110101000101001011110100010111100100101011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,151); }

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

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

 a { background-color: rgb(30,162,151); }

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

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

 span { border-color: rgb(30,162,151); }

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