#1E784B

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

Shades of Salem #1E784B

Tints of Salem #1E784B

Color information

#1E784B (or 0x1E784B) is unknown color: approx Salem. HEX triplet: 1E, 78 and 4B. RGB value is (30,120,75). Sum of RGB (Red+Green+Blue) = 30+120+75=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #1E784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E784B is #E187B4. Grayscale: #585858. Windows color (decimal): -14780341 or 4945950. OLE color: 4945950.

HSL color Cylindrical-coordinate representation of color #1E784B: hue angle of 150º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E784B is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB3012075-
CMYK0.7500.370.53
HSL150º60%29.41%-
HSV(B)150º75%47.06%-
XYZ8.5214.228.95-
YUV87.96120.6886.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=13.33%
G=53.33%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120750.7500.370.531506029.41
Hex1E784B4B02535963c1d
Octal36170113113045652267435
Binary1111011110001001011100101101001011101011001011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,75); }

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

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

 a { background-color: rgb(30,120,75); }

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

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

 span { border-color: rgb(30,120,75); }

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