#1E834A

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

Shades of Salem #1E834A

Tints of Salem #1E834A

Color information

#1E834A (or 0x1E834A) is unknown color: approx Salem. HEX triplet: 1E, 83 and 4A. RGB value is (30,131,74). Sum of RGB (Red+Green+Blue) = 30+131+74=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #1E834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E834A is #E17CB5. Grayscale: #5E5E5E. Windows color (decimal): -14777526 or 4883230. OLE color: 4883230.

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

Color convert

RGB3013174-
CMYK0.7700.440.49
HSL146.14º62.73%31.57%-
HSV(B)146.14º77.1%51.37%-
XYZ9.89179.24-
YUV94.3116.5482.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=12.77%
G=55.74%
B=31.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30131740.7700.440.49146.1462.7331.57
Hex1E834A4D02C31923f20
Octal36203112115054612227740
Binary111101000001110010101001101010110011000110010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,74); }

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

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

 a { background-color: rgb(30,131,74); }

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

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

 span { border-color: rgb(30,131,74); }

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