#1E854F

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

Shades of Salem #1E854F

Tints of Salem #1E854F

Color information

#1E854F (or 0x1E854F) is unknown color: approx Salem. HEX triplet: 1E, 85 and 4F. RGB value is (30,133,79). Sum of RGB (Red+Green+Blue) = 30+133+79=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #1E854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E854F is #E17AB0. Grayscale: #606060. Windows color (decimal): -14777009 or 5211422. OLE color: 5211422.

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

Color convert

RGB3013379-
CMYK0.7700.410.48
HSL148.54º63.19%31.96%-
HSV(B)148.54º77.44%52.16%-
XYZ10.3317.6210.25-
YUV96.05118.3880.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=12.40%
G=54.96%
B=32.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133790.7700.410.48148.5463.1931.96
Hex1E854F4D02930953f20
Octal36205117115051602257740
Binary111101000010110011111001101010100111000010010101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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