#1E8250

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

Shades of Salem #1E8250

Tints of Salem #1E8250

Color information

#1E8250 (or 0x1E8250) is unknown color: approx Salem. HEX triplet: 1E, 82 and 50. RGB value is (30,130,80). Sum of RGB (Red+Green+Blue) = 30+130+80=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8250 is #E17DAF. Grayscale: #5E5E5E. Windows color (decimal): -14777776 or 5276190. OLE color: 5276190.

HSL color Cylindrical-coordinate representation of color #1E8250: hue angle of 150º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8250 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB3013080-
CMYK0.7700.380.49
HSL150º62.5%31.37%-
HSV(B)150º76.92%50.98%-
XYZ9.9716.8210.31-
YUV94.4119.8782.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=12.5%
G=54.17%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130800.7700.380.4915062.531.37
Hex1E82504D02631963e1f
Octal36202120115046612267637
Binary11110100000101010000100110101001101100011001011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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