#1E7B50

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

Shades of Salem #1E7B50

Tints of Salem #1E7B50

Color information

#1E7B50 (or 0x1E7B50) is unknown color: approx Salem. HEX triplet: 1E, 7B and 50. RGB value is (30,123,80). Sum of RGB (Red+Green+Blue) = 30+123+80=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B50 is #E184AF. Grayscale: #5A5A5A. Windows color (decimal): -14779568 or 5274398. OLE color: 5274398.

HSL color Cylindrical-coordinate representation of color #1E7B50: hue angle of 152.26º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B50 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB3012380-
CMYK0.7600.350.52
HSL152.26º60.78%30%-
HSV(B)152.26º75.61%48.24%-
XYZ9.0715.0210.01-
YUV90.29122.1985-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.88%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=12.88%
G=52.79%
B=34.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30123800.7600.350.52152.2660.7830
Hex1E7B504C02334983d1e
Octal36173120114043642307536
Binary1111011110111010000100110001000111101001001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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