#1E8746

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

Shades of Salem #1E8746

Tints of Salem #1E8746

Color information

#1E8746 (or 0x1E8746) is unknown color: approx Salem. HEX triplet: 1E, 87 and 46. RGB value is (30,135,70). Sum of RGB (Red+Green+Blue) = 30+135+70=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8746 is #E178B9. Grayscale: #606060. Windows color (decimal): -14776506 or 4622110. OLE color: 4622110.

HSL color Cylindrical-coordinate representation of color #1E8746: hue angle of 142.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 #1E8746 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB3013570-
CMYK0.7800.480.47
HSL142.86º63.64%32.35%-
HSV(B)142.86º77.78%52.94%-
XYZ10.318.058.73-
YUV96.2113.2180.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=12.77%
G=57.45%
B=29.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30135700.7800.480.47142.8663.6432.35
Hex1E87464E0302F8f4020
Octal362071061160605721710040
Binary1111010000111100011010011100110000101111100011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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