#1E804F

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

Shades of Salem #1E804F

Tints of Salem #1E804F

Color information

#1E804F (or 0x1E804F) is unknown color: approx Salem. HEX triplet: 1E, 80 and 4F. RGB value is (30,128,79). Sum of RGB (Red+Green+Blue) = 30+128+79=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #1E804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E804F is #E17FB0. Grayscale: #5D5D5D. Windows color (decimal): -14778289 or 5210142. OLE color: 5210142.

HSL color Cylindrical-coordinate representation of color #1E804F: hue angle of 150º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E804F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB3012879-
CMYK0.7700.380.50
HSL150º62.03%30.98%-
HSV(B)150º76.56%50.2%-
XYZ9.6716.2810.03-
YUV93.11120.0382.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=12.66%
G=54.01%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128790.7700.380.5015062.0330.98
Hex1E804F4D02632963e1f
Octal36200117115046622267637
Binary11110100000001001111100110101001101100101001011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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