#1E884B

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

Shades of Salem #1E884B

Tints of Salem #1E884B

Color information

#1E884B (or 0x1E884B) is unknown color: approx Salem. HEX triplet: 1E, 88 and 4B. RGB value is (30,136,75). Sum of RGB (Red+Green+Blue) = 30+136+75=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #1E884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E884B is #E177B4. Grayscale: #616161. Windows color (decimal): -14776245 or 4950046. OLE color: 4950046.

HSL color Cylindrical-coordinate representation of color #1E884B: hue angle of 145.47º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E884B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB3013675-
CMYK0.7800.450.47
HSL145.47º63.86%32.55%-
HSV(B)145.47º77.94%53.33%-
XYZ10.6118.399.65-
YUV97.35115.3879.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=12.45%
G=56.43%
B=31.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30136750.7800.450.47145.4763.8632.55
Hex1E884B4E02D2F914021
Octal362101131160555722110041
Binary1111010001000100101110011100101101101111100100011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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