#1E875B

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

Shades of Salem #1E875B

Tints of Salem #1E875B

Color information

#1E875B (or 0x1E875B) is unknown color: approx Salem. HEX triplet: 1E, 87 and 5B. RGB value is (30,135,91). Sum of RGB (Red+Green+Blue) = 30+135+91=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #1E875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E875B is #E178A4. Grayscale: #626262. Windows color (decimal): -14776485 or 5998366. OLE color: 5998366.

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

Color convert

RGB3013591-
CMYK0.7800.330.47
HSL154.86º63.64%32.35%-
HSV(B)154.86º77.78%52.94%-
XYZ11.0918.3612.86-
YUV98.59123.7179.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=11.72%
G=52.73%
B=35.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30135910.7800.330.47154.8663.6432.35
Hex1E875B4E0212F9b4020
Octal362071331160415723310040
Binary1111010000111101101110011100100001101111100110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,135,91); }

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

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

 a { background-color: rgb(30,135,91); }

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

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

 span { border-color: rgb(30,135,91); }

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