#1E704F

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

Shades of Salem #1E704F

Tints of Salem #1E704F

Color information

#1E704F (or 0x1E704F) is unknown color: approx Salem. HEX triplet: 1E, 70 and 4F. RGB value is (30,112,79). Sum of RGB (Red+Green+Blue) = 30+112+79=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #1E704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E704F is #E18FB0. Grayscale: #535353. Windows color (decimal): -14782385 or 5206046. OLE color: 5206046.

HSL color Cylindrical-coordinate representation of color #1E704F: hue angle of 155.85º 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 #1E704F is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB3011279-
CMYK0.7300.290.56
HSL155.85º57.75%27.84%-
HSV(B)155.85º73.21%43.92%-
XYZ7.7412.439.39-
YUV83.72125.3389.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=13.57%
G=50.68%
B=35.75%

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
Decimal30112790.7300.290.56155.8557.7527.84
Hex1E704F4901D389c3a1c
Octal36160117111035702347234
Binary111101110000100111110010010111011110001001110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,112,79); }

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

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

 a { background-color: rgb(30,112,79); }

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

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

 span { border-color: rgb(30,112,79); }

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