#1e8046

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

Shades of Salem #1E8046

Tints of Salem #1E8046

Color information

#1E8046 (or 0x1E8046) is unknown color: approx Salem. HEX triplet: 1E, 80 and 46. RGB value is (30,128,70). Sum of RGB (Red+Green+Blue) = 30+128+70=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8046 is #E17FB9. Grayscale: #5C5C5C. Windows color (decimal): -14778298 or 4620318. OLE color: 4620318.

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

Color convert

RGB3012870-
CMYK0.7700.450.50
HSL144.49º62.03%30.98%-
HSV(B)144.49º76.56%50.2%-
XYZ9.3616.168.42-
YUV92.09115.5383.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.16%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=13.16%
G=56.14%
B=30.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128700.7700.450.50144.4962.0330.98
Hex1E80464D02D32903e1f
Octal36200106115055622207637
Binary11110100000001000110100110101011011100101001000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,70); }

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

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

 a { background-color: rgb(30,128,70); }

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

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

 span { border-color: rgb(30,128,70); }

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