#1E7150

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

Shades of Salem #1E7150

Tints of Salem #1E7150

Color information

#1E7150 (or 0x1E7150) is unknown color: approx Salem. HEX triplet: 1E, 71 and 50. RGB value is (30,113,80). Sum of RGB (Red+Green+Blue) = 30+113+80=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #1E7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7150 is #E18EAF. Grayscale: #545454. Windows color (decimal): -14782128 or 5271838. OLE color: 5271838.

HSL color Cylindrical-coordinate representation of color #1E7150: hue angle of 156.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E7150 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB3011380-
CMYK0.7300.290.56
HSL156.14º58.04%28.04%-
HSV(B)156.14º73.45%44.31%-
XYZ7.8912.679.62-
YUV84.42125.589.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 113 (44.53% from 255) = 50.67%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=13.45%
G=50.67%
B=35.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30113800.7300.290.56156.1458.0428.04
Hex1E71504901D389c3a1c
Octal36161120111035702347234
Binary111101110001101000010010010111011110001001110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,113,80); }

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

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

 a { background-color: rgb(30,113,80); }

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

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

 span { border-color: rgb(30,113,80); }

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