#1E894C

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

Shades of Salem #1E894C

Tints of Salem #1E894C

Color information

#1E894C (or 0x1E894C) is unknown color: approx Salem. HEX triplet: 1E, 89 and 4C. RGB value is (30,137,76). Sum of RGB (Red+Green+Blue) = 30+137+76=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #1E894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E894C is #E176B3. Grayscale: #626262. Windows color (decimal): -14775988 or 5015838. OLE color: 5015838.

HSL color Cylindrical-coordinate representation of color #1E894C: hue angle of 145.79º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E894C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB3013776-
CMYK0.7800.450.46
HSL145.79º64.07%32.75%-
HSV(B)145.79º78.1%53.73%-
XYZ10.7918.699.88-
YUV98.05115.5579.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 137 (53.91% from 255) = 56.38%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=12.35%
G=56.38%
B=31.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30137760.7800.450.46145.7964.0732.75
Hex1E894C4E02D2E924021
Octal362111141160555622210041
Binary1111010001001100110010011100101101101110100100101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,76); }

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

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

 a { background-color: rgb(30,137,76); }

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

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

 span { border-color: rgb(30,137,76); }

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