#1E8745

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

Shades of Salem #1E8745

Tints of Salem #1E8745

Color information

#1E8745 (or 0x1E8745) is unknown color: approx Salem. HEX triplet: 1E, 87 and 45. RGB value is (30,135,69). Sum of RGB (Red+Green+Blue) = 30+135+69=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8745 is #E178BA. Grayscale: #606060. Windows color (decimal): -14776507 or 4556574. OLE color: 4556574.

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

Color convert

RGB3013569-
CMYK0.7800.490.47
HSL142.29º63.64%32.35%-
HSV(B)142.29º77.78%52.94%-
XYZ10.2718.038.57-
YUV96.08112.7180.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=12.82%
G=57.69%
B=29.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30135690.7800.490.47142.2963.6432.35
Hex1E87454E0312F8e4020
Octal362071051160615721610040
Binary1111010000111100010110011100110001101111100011101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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