#1E824E

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

Shades of Salem #1E824E

Tints of Salem #1E824E

Color information

#1E824E (or 0x1E824E) is unknown color: approx Salem. HEX triplet: 1E, 82 and 4E. RGB value is (30,130,78). Sum of RGB (Red+Green+Blue) = 30+130+78=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #1E824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E824E is #E17DB1. Grayscale: #5E5E5E. Windows color (decimal): -14777778 or 5145118. OLE color: 5145118.

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

Color convert

RGB3013078-
CMYK0.7700.400.49
HSL148.8º62.5%31.37%-
HSV(B)148.8º76.92%50.98%-
XYZ9.8916.799.93-
YUV94.17118.8782.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=12.61%
G=54.62%
B=32.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130780.7700.400.49148.862.531.37
Hex1E824E4D02831953e1f
Octal36202116115050612257637
Binary11110100000101001110100110101010001100011001010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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