#1E814F

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

Shades of Salem #1E814F

Tints of Salem #1E814F

Color information

#1E814F (or 0x1E814F) is unknown color: approx Salem. HEX triplet: 1E, 81 and 4F. RGB value is (30,129,79). Sum of RGB (Red+Green+Blue) = 30+129+79=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #1E814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E814F is #E17EB0. Grayscale: #5D5D5D. Windows color (decimal): -14778033 or 5210398. OLE color: 5210398.

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

Color convert

RGB3012979-
CMYK0.7700.390.49
HSL149.7º62.26%31.18%-
HSV(B)149.7º76.74%50.59%-
XYZ9.816.5410.07-
YUV93.7119.782.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 129 (50.78% from 255) = 54.20%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=12.61%
G=54.20%
B=33.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30129790.7700.390.49149.762.2631.18
Hex1E814F4D02731963e1f
Octal36201117115047612267637
Binary11110100000011001111100110101001111100011001011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,129,79); }

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

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

 a { background-color: rgb(30,129,79); }

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

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

 span { border-color: rgb(30,129,79); }

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