#1e824b

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

Shades of Salem #1E824B

Tints of Salem #1E824B

Color information

#1E824B (or 0x1E824B) is unknown color: approx Salem. HEX triplet: 1E, 82 and 4B. RGB value is (30,130,75). Sum of RGB (Red+Green+Blue) = 30+130+75=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #1E824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E824B is #E17DB4. Grayscale: #5D5D5D. Windows color (decimal): -14777781 or 4948510. OLE color: 4948510.

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

Color convert

RGB3013075-
CMYK0.7700.420.49
HSL147º62.5%31.37%-
HSV(B)147º76.92%50.98%-
XYZ9.7916.759.37-
YUV93.83117.3782.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=12.77%
G=55.32%
B=31.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130750.7700.420.4914762.531.37
Hex1E824B4D02A31933e1f
Octal36202113115052612237637
Binary11110100000101001011100110101010101100011001001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e824b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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