#1E8549

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

Shades of Salem #1E8549

Tints of Salem #1E8549

Color information

#1E8549 (or 0x1E8549) is unknown color: approx Salem. HEX triplet: 1E, 85 and 49. RGB value is (30,133,73). Sum of RGB (Red+Green+Blue) = 30+133+73=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8549 is #E17AB6. Grayscale: #5F5F5F. Windows color (decimal): -14777015 or 4818206. OLE color: 4818206.

HSL color Cylindrical-coordinate representation of color #1E8549: hue angle of 145.05º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8549 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB3013373-
CMYK0.7700.450.48
HSL145.05º63.19%31.96%-
HSV(B)145.05º77.44%52.16%-
XYZ10.1317.539.15-
YUV95.36115.3881.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=12.71%
G=56.36%
B=30.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133730.7700.450.48145.0563.1931.96
Hex1E85494D02D30913f20
Octal36205111115055602217740
Binary111101000010110010011001101010110111000010010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,133,73); }

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

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

 a { background-color: rgb(30,133,73); }

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

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

 span { border-color: rgb(30,133,73); }

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